Home | History | Annotate | Download | only in e2fsck

Lines Matching full:bitmap

120 	int	actual, bitmap;
181 bitmap = 1;
183 bitmap = 1;
185 bitmap = 1;
189 bitmap = 1;
191 bitmap = 0;
194 bitmap = ext2fs_fast_test_block_bitmap(fs->block_map, i);
196 if (actual == bitmap)
199 if (!actual && bitmap) {
201 * Block not used, but marked in use in the bitmap.
206 * Block used, but not marked in use in the bitmap.
227 if (!bitmap && !skip_group) {
320 int actual, bitmap;
377 bitmap = 0;
379 bitmap = ext2fs_fast_test_inode_bitmap(fs->inode_map, i);
380 if (actual == bitmap)
383 if (!actual && bitmap) {
385 * Inode wasn't used, but marked in bitmap
388 } else /* if (actual && !bitmap) */ {
390 * Inode used, but not in bitmap
411 if (bitmap) {