Home | History | Annotate | Download | only in misc

Lines Matching defs:bmap

1300  * Fill in the block bitmap bmap with the information regarding the
1304 ext2fs_block_bitmap bmap)
1333 ext2fs_mark_block_bitmap2(bmap, j);
1378 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap)
1394 if (!ext2fs_test_block_bitmap2(bmap, blk))
1472 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data;
1474 if (!ext2fs_test_block_bitmap2(bmap, *block_nr))
1488 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap)
1524 ext2fs_test_block_bitmap2(bmap,
1546 process_block, bmap);
1563 static int group_desc_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap)
1570 if (ext2fs_test_block_bitmap2(bmap, blk)) {
1578 if (ext2fs_test_block_bitmap2(bmap, blk)) {
1741 ext2fs_block_bitmap bmap;
1768 &bmap);
1774 retval = get_move_bitmaps(fs, new_ino_blks_per_grp, bmap);
1779 retval = move_block(fs, bmap);
1785 retval = inode_scan_and_fix(fs, bmap);
1789 retval = group_desc_scan_and_fix(fs, bmap);
1806 ext2fs_free_block_bitmap(bmap);
1812 ext2fs_free_block_bitmap(bmap);