Searched defs:efs_sb_info (Results 1 – 1 of 1) sorted by relevance
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 */