Searched refs:block_found_map (Results 1 – 7 of 7) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | pass1.c | 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() [all …]
|
D | pass5.c | 74 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_pass5() 75 ctx->block_found_map = 0; in e2fsck_pass5() 337 ext2fs_get_block_bitmap_start2(ctx->block_found_map)) || in check_block_bitmaps() 339 ext2fs_get_block_bitmap_end2(ctx->block_found_map))) { in check_block_bitmaps() 343 pctx.ino = ext2fs_get_block_bitmap_start2(ctx->block_found_map); in check_block_bitmaps() 344 pctx.ino2 = ext2fs_get_block_bitmap_end2(ctx->block_found_map); in check_block_bitmaps() 378 actual = ext2fs_fast_test_block_bitmap2(ctx->block_found_map, i); in check_block_bitmaps() 395 retval = ext2fs_get_block_bitmap_range2(ctx->block_found_map, in check_block_bitmaps() 511 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()
|
D | e2fsck.c | 74 if (ctx->block_found_map) { in e2fsck_reset_context() 75 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_reset_context() 76 ctx->block_found_map = 0; in e2fsck_reset_context()
|
D | pass3.c | 139 ext2fs_unmark_block_bitmap2(ctx->block_found_map, in e2fsck_pass3() 144 ext2fs_unmark_block_bitmap2(ctx->block_found_map, in e2fsck_pass3() 197 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in check_root() 204 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in check_root() 484 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found() 496 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in e2fsck_get_lost_and_found() 823 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc() 851 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_blk); in expand_dir_proc()
|
D | pass1b.c | 853 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block() 900 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_block); in clone_file_block()
|
D | e2fsck.h | 294 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member
|
D | pass2.c | 2104 ctx->block_found_map, &blk); in allocate_dir_block() 2111 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in allocate_dir_block()
|