Home
last modified time | relevance | path

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

/external/e2fsprogs/resize/
Dresize2fs.c637 ext2fs_block_bitmap bg_map = NULL; in free_gdp_blocks() local
643 retval = ext2fs_allocate_block_bitmap(fs, "bgdata", &bg_map); in free_gdp_blocks()
647 retval = mark_table_blocks(fs, bg_map); in free_gdp_blocks()
656 !(bg_map && ext2fs_test_block_bitmap2(bg_map, blk))) { in free_gdp_blocks()
664 !(bg_map && ext2fs_test_block_bitmap2(bg_map, blk))) { in free_gdp_blocks()
673 (bg_map && ext2fs_test_block_bitmap2(bg_map, blk))) in free_gdp_blocks()
681 if (bg_map) in free_gdp_blocks()
682 ext2fs_free_block_bitmap(bg_map); in free_gdp_blocks()