Searched refs:block_found_map (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 757 ext2fs_fast_test_block_bitmap2(ctx->block_found_map, in check_is_really_dir() 894 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_root_repair() 897 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in reserve_block_for_root_repair() 913 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_lnf_repair() 916 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in reserve_block_for_lnf_repair() 1254 "block_found_map", &ctx->block_found_map); in e2fsck_pass1() 1313 &ctx->block_found_map); in e2fsck_pass1() 1351 ext2fs_mark_block_bitmap2(ctx->block_found_map, in e2fsck_pass1() 1655 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1() 2262 if (ext2fs_fast_test_block_bitmap2(ctx->block_found_map, block)) { in mark_block_used() [all …]
|
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() 196 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in check_root() 203 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in check_root() 478 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found() 490 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in e2fsck_get_lost_and_found() 817 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc() 845 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_blk); in expand_dir_proc()
|
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 | pass1b.c | 848 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block() 894 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_block); in clone_file_block()
|
D | e2fsck.h | 260 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member
|
D | pass2.c | 1907 ctx->block_found_map, &blk); in allocate_dir_block() 1914 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in allocate_dir_block()
|