Searched defs:efs_super (Results 1 – 1 of 1) sorted by relevance
25 struct efs_super { struct26 int32_t fs_size; /* size of filesystem, in sectors */27 int32_t fs_firstcg; /* bb offset to first cg */28 int32_t fs_cgfsize; /* size of cylinder group in bb's */29 short fs_cgisize; /* bb's of inodes per cylinder group */30 short fs_sectors; /* sectors per track */31 short fs_heads; /* heads per cylinder */32 short fs_ncg; /* # of cylinder groups in filesystem */33 short fs_dirty; /* fs needs to be fsck'd */34 int32_t fs_time; /* last super-block update */[all …]