Searched refs:EXT2F_COMPAT_RESIZE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c389 * the EXT2F_COMPAT_RESIZE feature and
392 sblock.e2fs.e2fs_features_compat = EXT2F_COMPAT_RESIZE;
424 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0) {
461 ~EXT2F_COMPAT_RESIZE;
486 EXT2F_COMPAT_RESIZE) != 0)
845 EXT2F_COMPAT_RESIZE) != 0)
894 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)
/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs.h201 #define EXT2F_COMPAT_RESIZE 0x0010 macro

Completed in 68 milliseconds