| cache.h [code] | Extern references to the slab cache |
| file.c [code] | Implementation of the file operations |
| file.h [code] | Declaration of the implemented file operations |
| inode.c [code] | Implementation of the meat of the mumufs. It supports multiple writers and multiple readers |
| mountdata.c [code] | Mount point realted operations |
| mountdata.h [code] | Defenition of the structures which are related to a mount point |
| procfs.c [code] | Implementation of the /proc operations |
| procfs.h [code] | Declaration of the implemented /proc operations |
| storage.c [code] | Implementation of the storage structure related operations |
| storage.h [code] | Data structures to store a single data block information |