Home | History | Annotate | Download | only in misc

Lines Matching refs:bmap

1015  * Fill in the block bitmap bmap with the information regarding the
1019 ext2fs_block_bitmap bmap)
1048 ext2fs_mark_block_bitmap(bmap, j);
1093 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap)
1109 if (!ext2fs_test_block_bitmap(bmap, blk))
1187 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data;
1189 if (!ext2fs_test_block_bitmap(bmap, *block_nr))
1203 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap)
1239 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) {
1259 process_block, bmap);
1276 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap)
1283 if (ext2fs_test_block_bitmap(bmap, blk)) {
1291 if (ext2fs_test_block_bitmap(bmap, blk)) {
1453 ext2fs_block_bitmap bmap;
1472 &bmap);
1478 retval = get_move_bitmaps(fs, new_ino_blks_per_grp, bmap);
1483 retval = move_block(fs, bmap);
1489 retval = inode_scan_and_fix(fs, bmap);
1493 retval = group_desc_scan_and_fix(fs, bmap);
1510 ext2fs_free_block_bitmap(bmap);
1516 ext2fs_free_block_bitmap(bmap);