Home
last modified time | relevance | path

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

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_alloc.c463 …KASSERT(!E2FS_HAS_GD_CSUM(fs) || (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_ZEROED)) !=… in ext2fs_nodealloccg()
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.h450 #define E2FS_BG_INODE_ZEROED 0x0004 /* On-disk inode table initialized */ macro
H A Dext2fs_vfsops.c1167 h2fs16(E2FS_BG_INODE_ZEROED)) != 0); in ext2fs_newvnode()