Home
last modified time | relevance | path

Searched defs:SuperBlock (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/ext2srv/
H A Ddat.h6 typedef struct SuperBlock SuperBlock; typedef
25 struct SuperBlock { struct
26 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 …]