Searched refs:e2fs_features_compat (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/ufs/ext2fs/
H A Dext2fs_bswap.c83 new->e2fs_features_compat = swap32(old->e2fs_features_compat);
H A Dext2fs.h136 u_int32_t e2fs_features_compat; /* compatible feature set */ member in struct:ext2fs
/openbsd-current/sbin/newfs_ext2fs/
H A Dmke2fs.c378 sblock.e2fs.e2fs_features_compat = 0;
392 sblock.e2fs.e2fs_features_compat = EXT2F_COMPAT_RESIZE;
424 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0) {
460 sblock.e2fs.e2fs_features_compat &=
485 (sblock.e2fs.e2fs_features_compat &
844 (sblock.e2fs.e2fs_features_compat &
894 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)
/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c356 sblock.e2fs.e2fs_features_compat,

Completed in 75 milliseconds