Lines Matching defs:bitmap
96 /* If bitmap is dirty from being fixed, checksum will be corrected */
127 * Fixing one checksum will rewrite all of them. The bitmap
150 /* If bitmap is dirty from being fixed, checksum will be corrected */
183 * Fixing one checksum will rewrite all of them. The bitmap
321 int actual, bitmap;
330 "actual bitmap buffer");
332 "bitmap block buffer");
383 * Try to optimize pass5 by extracting a bitmap block
417 bitmap = actual;
419 bitmap = ext2fs_fast_test_block_bitmap2(fs->block_map, i);
421 if (!actual == !bitmap)
424 if (!actual && bitmap) {
426 * Block not used, but marked in use in the bitmap.
431 * Block used, but not marked in use in the bitmap.
469 if (!bitmap) {
487 if (!bitmap && i >= first_free)
574 int actual, bitmap;
629 bitmap = 0;
640 * When the compared inodes in inodes bitmap
656 bitmap = actual;
658 bitmap = ext2fs_fast_test_inode_bitmap2(fs->inode_map, i);
659 if (!actual == !bitmap)
662 if (!actual && bitmap) {
664 * Inode wasn't used, but marked in bitmap
667 } else /* if (actual && !bitmap) */ {
669 * Inode used, but not in bitmap
710 if (bitmap) {
730 if (!bitmap && inodes >= first_free)