Searched refs:E2FS_BG_BLOCK_UNINIT (Results 1 – 2 of 2) sorted by relevance
366 (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()527 (fs->e2fs_gd[cg].ext2bgd_flags & h2fs16(E2FS_BG_BLOCK_UNINIT)) == 0); in ext2fs_blkfree()
449 #define E2FS_BG_BLOCK_UNINIT 0x0002 /* Block bitmap not used/initialized */ macro