Searched defs:m_ext2fs (Results 1 – 2 of 2) sorted by relevance
240 struct m_ext2fs { struct241 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 */[all …]
169 struct m_ext2fs m_ext2fs; member