Home
last modified time | relevance | path

Searched refs:ext2bgd_flags (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c366 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)))) { in ext2fs_alloccg()
368 fs->e2fs_gd[cg].ext2bgd_flags &= h2fs16(~E2FS_BG_BLOCK_UNINIT); in ext2fs_alloccg()
463 …KASSERT(!E2FS_HAS_GD_CSUM(fs) || (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) !=… in ext2fs_nodealloccg()
467 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)))) { in ext2fs_nodealloccg()
470 fs->e2fs_gd[cg].ext2bgd_flags &= h2fs16(~E2FS_BG_INODE_UNINIT); in ext2fs_nodealloccg()
527 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)) == 0); in ext2fs_blkfree()
582 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)) == 0); in ext2fs_vfree()
879 (gd->ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) != 0) in ext2fs_cg_verify_and_initialize()
923 gd->ext2bgd_flags |= h2fs16(E2FS_BG_INODE_ZEROED); in ext2fs_cg_verify_and_initialize()
H A Dext2fs.h430 uint16_t ext2bgd_flags; /* ext4 bg flags (INODE_UNINIT, ...)*/ member
H A Dext2fs_vfsops.c1166 (fs->e2fs_gd[ino_to_cg(fs, ino)].ext2bgd_flags & in ext2fs_newvnode()