Lines Matching refs:bmap
1304 ext2fs_block_bitmap bmap) in get_move_bitmaps() argument
1333 ext2fs_mark_block_bitmap2(bmap, j); in get_move_bitmaps()
1378 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block() argument
1394 if (!ext2fs_test_block_bitmap2(bmap, blk)) in move_block()
1472 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block() local
1474 if (!ext2fs_test_block_bitmap2(bmap, *block_nr)) in process_block()
1488 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix() argument
1524 ext2fs_test_block_bitmap2(bmap, in inode_scan_and_fix()
1546 process_block, bmap); in inode_scan_and_fix()
1563 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix() argument
1570 if (ext2fs_test_block_bitmap2(bmap, blk)) { in group_desc_scan_and_fix()
1578 if (ext2fs_test_block_bitmap2(bmap, blk)) { in group_desc_scan_and_fix()
1741 ext2fs_block_bitmap bmap; in resize_inode() local
1768 &bmap); in resize_inode()
1774 retval = get_move_bitmaps(fs, new_ino_blks_per_grp, bmap); in resize_inode()
1779 retval = move_block(fs, bmap); in resize_inode()
1785 retval = inode_scan_and_fix(fs, bmap); in resize_inode()
1789 retval = group_desc_scan_and_fix(fs, bmap); in resize_inode()
1806 ext2fs_free_block_bitmap(bmap); in resize_inode()
1812 ext2fs_free_block_bitmap(bmap); in resize_inode()