Home
last modified time | relevance | path

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

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