Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c77 new->e2fs_features_compat = bswap32(old->e2fs_features_compat); in e2fs_sb_bswap()
H A Dext2fs.h170 uint32_t e2fs_features_compat; /* compatible feature set */ member
382 ((fs)->e2fs.e2fs_features_compat & (feature)) != 0)
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c383 sblock.e2fs.e2fs_features_compat = 0; 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()
468 sblock.e2fs.e2fs_features_compat &= in mke2fs()
494 (sblock.e2fs.e2fs_features_compat & in mke2fs()
868 (sblock.e2fs.e2fs_features_compat & in cgoverhead()
918 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0) in fsinit()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c922 new->e2fs_features_compat = bswap32(old->e2fs_features_compat); in e2fs_sb_bswap()
1004 fs->e2fs.e2fs_features_compat); in dump_sblock()
/netbsd-src/sbin/fsck_ext2fs/
H A Dpass1.c166 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)) in checkinode()
H A Dsetup.c403 sblock.e2fs.e2fs_features_compat, in readsb()
H A Dinode.c395 (sblock.e2fs.e2fs_features_compat & EXT2F_COMPAT_RESIZE) != 0)) in ginode()