Searched defs:ext2_super_block (Results 1 – 6 of 6) sorted by relevance
653 struct ext2_super_block { struct654 /*000*/ __u32 s_inodes_count; /* Inodes count */655 __u32 s_blocks_count; /* Blocks count */656 __u32 s_r_blocks_count; /* Reserved blocks count */657 __u32 s_free_blocks_count; /* Free blocks count */658 /*010*/ __u32 s_free_inodes_count; /* Free inodes count */659 __u32 s_first_data_block; /* First Data Block */660 __u32 s_log_block_size; /* Block size */661 __u32 s_log_cluster_size; /* Allocation cluster size */662 /*020*/ __u32 s_blocks_per_group; /* # Blocks per group */[all …]
53 struct ext2_super_block { struct54 __u32 s_inodes_count;55 __u32 s_blocks_count;56 __u32 s_r_blocks_count;57 __u32 s_free_blocks_count;58 __u32 s_free_inodes_count;59 __u32 s_first_data_block;60 __u32 s_log_block_size;61 __u32 s_dummy3[7];62 unsigned char s_magic[2];[all …]
42 struct ext2_super_block { struct43 char s_dummy0[56];44 unsigned char s_magic[2];45 char s_dummy1[62];46 char s_volume_name[VOLNAMSZ];47 char s_last_mounted[64];48 char s_dummy2[824];
4 struct ext2_super_block{ struct7 void* ext2_statfs (struct ext2_super_block *es,int a) in ext2_statfs() argument
18918 struct ext2_super_block { struct18919 __le32 s_inodes_count;18920 __le32 s_blocks_count;18921 __le32 s_r_blocks_count;18922 __le32 s_free_blocks_count;18923 __le32 s_free_inodes_count;18924 __le32 s_first_data_block;18925 __le32 s_log_block_size;18926 __le32 s_log_frag_size;18927 __le32 s_blocks_per_group;[all …]