Home
last modified time | relevance | path

Searched refs:e2fs_features_rocompat (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c390 asblk.b_un.b_fs->e2fs_features_rocompat &= ~EXT2F_ROCOMPAT_LARGEFILE; in readsb()
391 asblk.b_un.b_fs->e2fs_features_rocompat |= in readsb()
392 sblk.b_un.b_fs->e2fs_features_rocompat & EXT2F_ROCOMPAT_LARGEFILE; in readsb()
399 (sblock.e2fs.e2fs_features_rocompat & ~EXT2F_ROCOMPAT_SUPP_FSCK))) { in readsb()
405 sblock.e2fs.e2fs_features_rocompat); in readsb()
407 if ((sblock.e2fs.e2fs_features_rocompat & ~EXT2F_ROCOMPAT_SUPP_FSCK)) { in readsb()
411 sblock.e2fs.e2fs_features_rocompat & ~EXT2F_ROCOMPAT_SUPP_FSCK); in readsb()
550 sblock.e2fs.e2fs_features_rocompat & EXT2F_ROCOMPAT_SPARSESUPER) { in cgoverhead()
H A Dinode.c109 if (!(sblock.e2fs.e2fs_features_rocompat & EXT2F_ROCOMPAT_LARGEFILE)) { in setlarge()
114 sblock.e2fs.e2fs_features_rocompat |= EXT2F_ROCOMPAT_LARGEFILE; in setlarge()
127 if (!(sblock.e2fs.e2fs_features_rocompat & EXT2F_ROCOMPAT_HUGE_FILE)) { in sethuge()
132 sblock.e2fs.e2fs_features_rocompat |= EXT2F_ROCOMPAT_HUGE_FILE; in sethuge()
767 if ((sblock.e2fs.e2fs_features_rocompat & EXT2F_ROCOMPAT_HUGE_FILE)) { in inonblock()
H A Dpass1.c117 (sblock.e2fs.e2fs_features_rocompat & in pass1()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c385 sblock.e2fs.e2fs_features_rocompat = 0; in mke2fs()
399 sblock.e2fs.e2fs_features_rocompat = in mke2fs()
489 (sblock.e2fs.e2fs_features_rocompat & in mke2fs()
618 (sblock.e2fs.e2fs_features_rocompat & in mke2fs()
700 (sblock.e2fs.e2fs_features_rocompat & in initcg()
862 (sblock.e2fs.e2fs_features_rocompat & in cgoverhead()
1133 (sblock.e2fs.e2fs_features_rocompat & in init_resizeino()
1210 if ((sblock.e2fs.e2fs_features_rocompat & in init_resizeino()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c79 new->e2fs_features_rocompat = bswap32(old->e2fs_features_rocompat); in e2fs_sb_bswap()
H A Dext2fs.h172 uint32_t e2fs_features_rocompat; /* RO-compatible feature set */ member
386 ((fs)->e2fs.e2fs_features_rocompat & (feature)) != 0)
H A Dext2fs_inode.c124 fs->e2fs.e2fs_features_rocompat |= in ext2fs_setsize()
H A Dext2fs_vnops.c665 dp->i_e2fs->e2fs.e2fs_features_rocompat |= EXT2F_ROCOMPAT_DIR_NLINK; in ext2fs_mkdir()
H A Dext2fs_vfsops.c1457 u32 = fs->e2fs_features_rocompat & ~EXT2F_ROCOMPAT_SUPP; in ext2fs_sbfill()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c924 new->e2fs_features_rocompat = bswap32(old->e2fs_features_rocompat); in e2fs_sb_bswap()
1008 fs->e2fs.e2fs_features_rocompat); in dump_sblock()