Searched defs:efs_sb_info (Results 1 – 1 of 1) sorted by relevance
49 struct efs_sb_info { struct50 int32_t fs_magic; /* superblock magic number */51 int32_t fs_start; /* first block of filesystem */52 int32_t first_block; /* first data block in filesystem */53 int32_t total_blocks; /* total number of blocks in filesystem */54 int32_t group_size; /* # of blocks a group consists of */ 55 int32_t data_free; /* # of free data blocks */56 int32_t inode_free; /* # of free inodes */57 short inode_blocks; /* # of blocks used for inodes in every grp */58 short total_groups; /* # of groups */