• Home
  • Raw
  • Download

Lines Matching refs:block_found_map

750 			    ext2fs_fast_test_block_bitmap2(ctx->block_found_map,  in check_is_really_dir()
887 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_root_repair()
890 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in reserve_block_for_root_repair()
906 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_lnf_repair()
909 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in reserve_block_for_lnf_repair()
1249 "block_found_map", &ctx->block_found_map); in e2fsck_pass1()
1322 &ctx->block_found_map); in e2fsck_pass1()
1362 ext2fs_mark_block_bitmap2(ctx->block_found_map, in e2fsck_pass1()
1667 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1()
2297 if (ext2fs_fast_test_block_bitmap2(ctx->block_found_map, block)) { in mark_block_used()
2318 ext2fs_fast_mark_block_bitmap2(ctx->block_found_map, block); in mark_block_used()
2329 if (ext2fs_test_block_bitmap_range2(ctx->block_found_map, block, num)) in mark_blocks_used()
2330 ext2fs_mark_block_bitmap_range2(ctx->block_found_map, block, num); in mark_blocks_used()
3921 } else if (ext2fs_test_block_bitmap2(ctx->block_found_map, in process_bad_block()
3945 if (!ext2fs_test_block_bitmap2(ctx->block_found_map, blk)) { in process_bad_block()
3946 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in process_bad_block()
4076 num, ctx->block_found_map, in new_table_block()
4082 num, ctx->block_found_map, new_block); in new_table_block()
4105 ext2fs_mark_block_bitmap2(ctx->block_found_map, (*new_block)+i); in new_table_block()
4184 ext2fs_reserve_super_and_bgd(fs, i, ctx->block_found_map); in mark_table_blocks()
4194 if (ext2fs_test_block_bitmap2(ctx->block_found_map, in mark_table_blocks()
4205 ctx->block_found_map, b); in mark_table_blocks()
4216 if (ext2fs_test_block_bitmap2(ctx->block_found_map, in mark_table_blocks()
4224 ext2fs_mark_block_bitmap2(ctx->block_found_map, in mark_table_blocks()
4234 if (ext2fs_test_block_bitmap2(ctx->block_found_map, in mark_table_blocks()
4244 ext2fs_mark_block_bitmap2(ctx->block_found_map, in mark_table_blocks()
4312 if (ctx->block_found_map) { in e2fsck_get_alloc_block()
4313 retval = ext2fs_new_block2(fs, goal, ctx->block_found_map, in e2fsck_get_alloc_block()
4343 if (ctx->block_found_map) in e2fsck_new_range()
4345 ctx->block_found_map, pblk, plen); in e2fsck_new_range()
4362 if (ctx->block_found_map && in e2fsck_block_alloc_stats()
4368 if (ctx->block_found_map) { in e2fsck_block_alloc_stats()
4370 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in e2fsck_block_alloc_stats()
4372 ext2fs_unmark_block_bitmap2(ctx->block_found_map, blk); in e2fsck_block_alloc_stats()
4382 if (ctx->block_found_map && in e2fsck_block_alloc_stats_range()
4388 if (ctx->block_found_map) { in e2fsck_block_alloc_stats_range()
4390 ext2fs_mark_block_bitmap_range2(ctx->block_found_map, in e2fsck_block_alloc_stats_range()
4393 ext2fs_unmark_block_bitmap_range2(ctx->block_found_map, in e2fsck_block_alloc_stats_range()