Lines Matching refs:bmap
54 ext2fs_block_bitmap bmap);
742 ext2fs_block_bitmap bmap) in mark_table_blocks() argument
748 ext2fs_reserve_super_and_bgd(fs, i, bmap); in mark_table_blocks()
755 ext2fs_mark_block_bitmap_range2(bmap, blk, in mark_table_blocks()
763 ext2fs_mark_block_bitmap2(bmap, blk); in mark_table_blocks()
770 ext2fs_mark_block_bitmap2(bmap, blk); in mark_table_blocks()
1238 retval = ext2fs_create_extent_table(&rfs->bmap, 0); in block_mover()
1267 ext2fs_add_extent_entry(rfs->bmap, B2C(blk), B2C(new_blk)); in block_mover()
1272 if (rfs->bmap) { in block_mover()
1273 ext2fs_free_extent_table(rfs->bmap); in block_mover()
1274 rfs->bmap = 0; in block_mover()
1283 retval = ext2fs_iterate_extent(rfs->bmap, 0, 0, 0); in block_mover()
1293 retval = ext2fs_iterate_extent(rfs->bmap, &old_blk, &new_blk, &size); in block_mover()
1385 if (pb->rfs->bmap) { in process_block()
1386 new_block = extent_translate(fs, pb->rfs->bmap, block); in process_block()
1453 !rfs->bmap) in inode_scan_and_fix()
1511 if (ext2fs_file_acl_block(rfs->old_fs, inode) && rfs->bmap) { in inode_scan_and_fix()
1512 new_block = extent_translate(rfs->old_fs, rfs->bmap, in inode_scan_and_fix()
1524 (rfs->bmap || pb.is_dir)) { in inode_scan_and_fix()
1575 if (rfs->bmap) { in inode_scan_and_fix()
1576 ext2fs_free_extent_table(rfs->bmap); in inode_scan_and_fix()
1577 rfs->bmap = 0; in inode_scan_and_fix()