Searched defs:efs_sb_info (Results 1 – 3 of 3) sorted by relevance
37 struct efs_sb_info { struct38 __u32 fs_magic;39 __u32 fs_start;40 __u32 first_block;41 __u32 total_blocks;42 __u32 group_size;43 __u32 data_free;44 __u32 inode_free;45 __u16 inode_blocks;46 __u16 total_groups;
50 struct efs_sb_info { struct51 __u32 fs_magic;52 __u32 fs_start;53 __u32 first_block;54 __u32 total_blocks;55 __u32 group_size;56 __u32 data_free;57 __u32 inode_free;58 __u16 inode_blocks;59 __u16 total_groups;
50 struct efs_sb_info { struct51 __u32 fs_magic; /* superblock magic number */52 __u32 fs_start; /* first block of filesystem */53 __u32 first_block; /* first data block in filesystem */54 __u32 total_blocks; /* total number of blocks in filesystem */55 __u32 group_size; /* # of blocks a group consists of */ 56 __u32 data_free; /* # of free data blocks */57 __u32 inode_free; /* # of free inodes */58 __u16 inode_blocks; /* # of blocks used for inodes in every grp */59 __u16 total_groups; /* # of groups */