Home
last modified time | relevance | path

Searched refs:E2FS_REV1 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h266 #define E2FS_REV1 1 /* Support compat/incompat features */ macro
381 ((fs)->e2fs.e2fs_rev >= E2FS_REV1 && \
385 ((fs)->e2fs.e2fs_rev >= E2FS_REV1 && \
389 ((fs)->e2fs.e2fs_rev >= E2FS_REV1 && \
H A Dext2fs_vfsops.c1365 if (fs->e2fs_rev > E2FS_REV1) { in ext2fs_sbfill()
/netbsd-src/usr.sbin/installboot/
H A Dext2fs.c138 if (fs->e2fs.e2fs_rev > E2FS_REV1 || in ext2fs_read_sblock()
139 (fs->e2fs.e2fs_rev == E2FS_REV1 && in ext2fs_read_sblock()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c430 if (ext2fs.e2fs_rev > E2FS_REV1 || in read_sblock()
431 (ext2fs.e2fs_rev == E2FS_REV1 && in read_sblock()
998 if (fs->e2fs.e2fs_rev == E2FS_REV1) { in dump_sblock()
/netbsd-src/sbin/fsck_ext2fs/
H A Dinode.c105 if (sblock.e2fs.e2fs_rev < E2FS_REV1) { in setlarge()
123 if (sblock.e2fs.e2fs_rev < E2FS_REV1) { in sethuge()
H A Ddir.c274 if (sblock.e2fs.e2fs_rev < E2FS_REV1 || in dircheck()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c387 sblock.e2fs.e2fs_rev = E2FS_REV1; in mke2fs()