sofs19
0.1
FUSE based file system
|
bin_dal.h | Binary version of the disk abstraction layer module |
bin_direntries.h | Binary version of functions to manage directories and directory entries |
bin_fileblocks.h | Binary version of function to manage file blocks |
bin_freelists.h | Binary version of functions to manage the list of free inodes and the list of free blocks |
bin_mksofs.h | Binary version of the sofs19 formatting functions |
bin_syscalls.h | Binary version of the sofs19 system calls |
binselection.h | The bin IDs selection toolkit |
blockviews.h | Display the contents of a block |
core.h | Some global constants and aggregation of core header files |
dal.h | Main functions of the disk abstraction (dal ) layer module |
direntries.h | Functions to manage directory entries |
direntry.h | Definition of the directory entry data type |
exception.h | The sofs19 exception support |
fileblocks.h | Functions to manage file blocks |
freelists.h | Functions to manage the list of free inodes and the list of free data blocks |
grp_direntries.h | Student version of the functions to manage directory entries |
grp_fileblocks.h | Group version of function to manage file blocks |
grp_freelists.h | Binary version of functions to manage the list of free inodes and the list of free blocks |
grp_mksofs.h | Student version of the sofs19 formatting functions |
inode.h | Definition of the inode data type |
mksofs.h | The sofs19 formatting functions |
probing.h | A probing toolkit |
rawdisk.h | Access to disk blocks at raw level |
superblock.h | Definition of the superblock data type |
syscalls.h | The sofs19 system calls |
testtool.h |