Searched refs:E2FS_BG_INODE_UNINIT (Results 1 – 2 of 2) sorted by relevance
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()582 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_INODE_UNINIT)) == 0); in ext2fs_vfree()
448 #define E2FS_BG_INODE_UNINIT 0x0001 /* Inode bitmap not used/initialized */ macro