Home
last modified time | relevance | path

Searched refs:block_found_map (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
Dpass1.c649 ext2fs_fast_test_block_bitmap2(ctx->block_found_map, in check_is_really_dir()
784 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_root_repair()
787 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in reserve_block_for_root_repair()
803 err = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in reserve_block_for_lnf_repair()
806 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in reserve_block_for_lnf_repair()
1142 "block_found_map", &ctx->block_found_map); in e2fsck_pass1()
1198 &ctx->block_found_map); in e2fsck_pass1()
1236 ext2fs_mark_block_bitmap2(ctx->block_found_map, in e2fsck_pass1()
1499 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1()
2133 if (ext2fs_fast_test_block_bitmap2(ctx->block_found_map, block)) { in mark_block_used()
[all …]
Dpass3.c139 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()
De2fsck.c74 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()
Dpass5.c76 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_pass5()
77 ctx->block_found_map = 0; in e2fsck_pass5()
339 ext2fs_get_block_bitmap_start2(ctx->block_found_map)) || in check_block_bitmaps()
341 ext2fs_get_block_bitmap_end2(ctx->block_found_map))) { in check_block_bitmaps()
345 pctx.ino = ext2fs_get_block_bitmap_start2(ctx->block_found_map); in check_block_bitmaps()
346 pctx.ino2 = ext2fs_get_block_bitmap_end2(ctx->block_found_map); in check_block_bitmaps()
380 actual = ext2fs_fast_test_block_bitmap2(ctx->block_found_map, i); in check_block_bitmaps()
397 retval = ext2fs_get_block_bitmap_range2(ctx->block_found_map, in check_block_bitmaps()
513 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()
Dpass1b.c815 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block()
852 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_block); in clone_file_block()
De2fsck.h256 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member
Dpass2.c1862 ctx->block_found_map, &blk); in allocate_dir_block()
1869 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in allocate_dir_block()