Lines Matching defs:SuperBlock
6 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 */
34 uint s_blocks_per_group; /* # Blocks per group */
35 uint s_frags_per_group; /* # Fragments per group */
36 uint s_inodes_per_group; /* # Inodes per group */
37 uint s_mtime; /* Mount time */
38 uint s_wtime; /* Write time */
39 ushort s_mnt_count; /* Mount count */
40 short s_max_mnt_count; /* Maximal mount count */
41 ushort s_magic; /* Magic signature */
42 ushort s_state; /* File system state */
43 ushort s_errors; /* Behaviour when detecting errors */
44 ushort s_pad;
45 uint s_lastcheck; /* time of last check */
46 uint s_checkinterval; /* max. time between checks */
47 uint s_creator_os; /* OS */
48 uint s_rev_level; /* Revision level */
49 ushort s_def_resuid; /* Default uid for reserved blocks */
50 ushort s_def_resgid; /* Default gid for reserved blocks */
51 uint s_reserved[235]; /* Padding to the end of the block */