Lines Matching defs:m_ext2fs
240 struct m_ext2fs { struct
241 struct ext2fs e2fs;
242 u_char e2fs_fsmnt[MAXMNTLEN]; /* name mounted on */
243 int8_t e2fs_ronly; /* mounted read-only flag */
244 int8_t e2fs_fmod; /* super block modified flag */
245 int8_t e2fs_uhash; /* 3 if hash should be signed, 0 if not */
246 int32_t e2fs_bsize; /* block size */
247 int32_t e2fs_bshift; /* ``lblkno'' calc of logical blkno */
248 int32_t e2fs_bmask; /* ``blkoff'' calc of blk offsets */
249 int64_t e2fs_qbmask; /* ~fs_bmask - for use with quad size */
250 int32_t e2fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
251 int32_t e2fs_ncg; /* number of cylinder groups */
252 int32_t e2fs_ngdb; /* number of group descriptor blocks */
253 int32_t e2fs_ipb; /* number of inodes per block */
254 int32_t e2fs_itpg; /* number of inode table blocks per group */
255 uint8_t e2fs_group_desc_shift; /* binary log group desc size */
256 struct ext2_gd *e2fs_gd; /* group descriptors (data not byteswapped) */