Lines Matching defs:efs_super
26 struct efs_super { struct
27 __be32 fs_size; /* size of filesystem, in sectors */
28 __be32 fs_firstcg; /* bb offset to first cg */
29 __be32 fs_cgfsize; /* size of cylinder group in bb's */
30 __be16 fs_cgisize; /* bb's of inodes per cylinder group */
31 __be16 fs_sectors; /* sectors per track */
32 __be16 fs_heads; /* heads per cylinder */
33 __be16 fs_ncg; /* # of cylinder groups in filesystem */
34 __be16 fs_dirty; /* fs needs to be fsck'd */
35 __be32 fs_time; /* last super-block update */
36 __be32 fs_magic; /* magic number */
37 char fs_fname[6]; /* file system name */
38 char fs_fpack[6]; /* file system pack name */
39 __be32 fs_bmsize; /* size of bitmap in bytes */
40 __be32 fs_tfree; /* total free data blocks */
41 __be32 fs_tinode; /* total free inodes */
42 __be32 fs_bmblock; /* bitmap location. */
43 __be32 fs_replsb; /* Location of replicated superblock. */
44 __be32 fs_lastialloc; /* last allocated inode */
45 char fs_spare[20]; /* space for expansion - MUST BE ZERO */
46 __be32 fs_checksum; /* checksum of volume portion of fs */