Lines Matching defs:mfs_sblock
69 struct mfs_sblock { struct
70 uint32_t mfs_ninodes; /* # usable inodes on the minor device */
71 zone1_t mfs_nzones; /* total device size, including bit maps etc */
72 int16_t mfs_imap_blocks; /* # of blocks used by inode bit map */
73 int16_t mfs_zmap_blocks; /* # of blocks used by zone bit map */
74 zone1_t mfs_firstdatazone_old;/* number of first data zone (small) */
75 int16_t mfs_log_zone_size; /* log2 of blocks/zone */
76 int16_t mfs_pad; /* try to avoid compiler-dependent padding */
77 int32_t mfs_max_size; /* maximum file size on this device */
78 zone_t mfs_zones; /* number of zones (replaces s_nzones in V2) */
79 int16_t mfs_magic; /* magic number to recognize super-blocks */
80 int16_t mfs_pad2; /* try to avoid compiler-dependent padding */
81 uint16_t mfs_block_size; /* block size in bytes. */
82 char mfs_disk_version; /* filesystem format sub-version */
108 /* mfs_sblock on-disk part size */ argument