Home
last modified time | relevance | path

Searched defs:m_ext2fs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h240 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 */
[all …]
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c169 struct m_ext2fs m_ext2fs; member