sofs19
0.1
FUSE based file system
|
The SOSuperBlock
data type.
More...
Data Structures | |
struct | SOSuperBlock |
Definition of the superblock data type. More... | |
Macros | |
#define | MAGIC_NUMBER 0x50F5 |
sofs19 magic number | |
#define | VERSION_NUMBER 0x2019 |
sofs19 version number | |
#define | PARTITION_NAME_SIZE 21 |
maximum length of volume name | |
#define | HEAD_CACHE_SIZE 64 |
size of caches in superblock for inode references | |
#define | TAIL_CACHE_SIZE 170 |
size of caches in superblock for block references | |
The SOSuperBlock
data type.