Lines Matching defs:efs_super
25 struct efs_super { struct
26 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 */
35 int32_t fs_magic; /* magic number */
36 char fs_fname[6]; /* file system name */
37 char fs_fpack[6]; /* file system pack name */
38 int32_t fs_bmsize; /* size of bitmap in bytes */
39 int32_t fs_tfree; /* total free data blocks */
40 int32_t fs_tinode; /* total free inodes */
41 int32_t fs_bmblock; /* bitmap location. */
42 int32_t fs_replsb; /* Location of replicated superblock. */
43 int32_t fs_lastialloc; /* last allocated inode */
44 char fs_spare[20]; /* space for expansion - MUST BE ZERO */
45 int32_t fs_checksum; /* checksum of volume portion of fs */