Lines Matching refs:bmap
969 ext2fs_block_bitmap bmap) in get_move_bitmaps() argument
998 ext2fs_mark_block_bitmap(bmap, j); in get_move_bitmaps()
1043 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block() argument
1059 if (!ext2fs_test_block_bitmap(bmap, blk)) in move_block()
1137 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block() local
1139 if (!ext2fs_test_block_bitmap(bmap, *block_nr)) in process_block()
1153 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix() argument
1189 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) { in inode_scan_and_fix()
1209 process_block, bmap); in inode_scan_and_fix()
1226 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix() argument
1233 if (ext2fs_test_block_bitmap(bmap, blk)) { in group_desc_scan_and_fix()
1241 if (ext2fs_test_block_bitmap(bmap, blk)) { in group_desc_scan_and_fix()
1403 ext2fs_block_bitmap bmap; in resize_inode() local
1422 &bmap); in resize_inode()
1428 retval = get_move_bitmaps(fs, new_ino_blks_per_grp, bmap); in resize_inode()
1433 retval = move_block(fs, bmap); in resize_inode()
1439 retval = inode_scan_and_fix(fs, bmap); in resize_inode()
1443 retval = group_desc_scan_and_fix(fs, bmap); in resize_inode()
1460 ext2fs_free_block_bitmap(bmap); in resize_inode()
1466 ext2fs_free_block_bitmap(bmap); in resize_inode()