Lines Matching refs:bg_block_bitmap
57 #define FS_BLOCK_BM(fs, i) ((fs)->group_desc[(i)].bg_block_bitmap)
225 (blk == fs->group_desc[g].bg_block_bitmap) || in fix_uninit_block_bitmaps()
260 if (gdp->bg_block_bitmap && in free_gdp_blocks()
261 (gdp->bg_block_bitmap < fs->super->s_blocks_count)) { in free_gdp_blocks()
262 ext2fs_block_alloc_stats(fs, gdp->bg_block_bitmap, -1); in free_gdp_blocks()
264 gdp->bg_block_bitmap); in free_gdp_blocks()
713 fs->group_desc[i].bg_block_bitmap); in mark_table_blocks()
902 fs->group_desc[i].bg_block_bitmap) in blocks_to_move()
909 if (fs->group_desc[i].bg_block_bitmap) in blocks_to_move()
911 fs->group_desc[i].bg_block_bitmap); in blocks_to_move()
1791 (blk == fs->group_desc[group].bg_block_bitmap) || in ext2fs_calculate_summary_stats()