Searched defs:SuperBlock (Results 1 – 1 of 1) sorted by relevance
6 typedef struct SuperBlock SuperBlock; typedef25 struct SuperBlock { struct26 uint s_inodes_count; /* Inodes count */27 uint s_blocks_count; /* Blocks count */28 uint s_r_blocks_count; /* Reserved blocks count */29 uint s_free_blocks_count; /* Free blocks count */30 uint s_free_inodes_count; /* Free inodes count */31 uint s_first_data_block; /* First Data Block */32 uint s_log_block_size; /* Block size */33 int s_log_frag_size; /* Fragment size */[all …]