Lines Matching refs:bmap
1019 ext2fs_block_bitmap bmap) in get_move_bitmaps() argument
1048 ext2fs_mark_block_bitmap(bmap, j); in get_move_bitmaps()
1093 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) in move_block() argument
1109 if (!ext2fs_test_block_bitmap(bmap, blk)) in move_block()
1187 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; in process_block() local
1189 if (!ext2fs_test_block_bitmap(bmap, *block_nr)) in process_block()
1203 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in inode_scan_and_fix() argument
1239 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) { in inode_scan_and_fix()
1259 process_block, bmap); in inode_scan_and_fix()
1276 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap) in group_desc_scan_and_fix() argument
1283 if (ext2fs_test_block_bitmap(bmap, blk)) { in group_desc_scan_and_fix()
1291 if (ext2fs_test_block_bitmap(bmap, blk)) { in group_desc_scan_and_fix()
1453 ext2fs_block_bitmap bmap; in resize_inode() local
1472 &bmap); in resize_inode()
1478 retval = get_move_bitmaps(fs, new_ino_blks_per_grp, bmap); in resize_inode()
1483 retval = move_block(fs, bmap); in resize_inode()
1489 retval = inode_scan_and_fix(fs, bmap); in resize_inode()
1493 retval = group_desc_scan_and_fix(fs, bmap); in resize_inode()
1510 ext2fs_free_block_bitmap(bmap); in resize_inode()
1516 ext2fs_free_block_bitmap(bmap); in resize_inode()