Home
last modified time | relevance | path

Searched refs:EXT2F_COMPAT_RESIZE (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c394 * the EXT2F_COMPAT_RESIZE feature and in mke2fs()
397 sblock.e2fs.e2fs_features_compat = EXT2F_COMPAT_RESIZE; in mke2fs()
432 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0) { in mke2fs()
469 ~EXT2F_COMPAT_RESIZE; in mke2fs()
495 EXT2F_COMPAT_RESIZE) != 0) in mke2fs()
869 EXT2F_COMPAT_RESIZE) != 0) in cgoverhead()
918 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0) in fsinit()
/netbsd-src/sbin/fsck_ext2fs/
H A Dpass1.c166 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)) in checkinode()
H A Dinode.c395 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)) in ginode()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs.h273 #define EXT2F_COMPAT_RESIZE 0x0010 macro
H A Dext2fs_vfsops.c916 if (EXT2F_HAS_COMPAT_FEATURE(fs, EXT2F_COMPAT_RESIZE)) in ext2fs_statvfs()