Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dpass1.c463 ext2fs_fast_test_block_bitmap2(ctx->block_found_map, in check_is_really_dir()
634 "block_found_map", &ctx->block_found_map); in e2fsck_pass1()
690 &ctx->block_found_map); in e2fsck_pass1()
726 ext2fs_mark_block_bitmap2(ctx->block_found_map, in e2fsck_pass1()
848 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1()
1198 fs->block_map = ctx->block_found_map; in e2fsck_pass1()
1437 if (ext2fs_fast_test_block_bitmap2(ctx->block_found_map, block)) { in mark_block_used()
1454 ext2fs_fast_mark_block_bitmap2(ctx->block_found_map, block); in mark_block_used()
1461 if (ext2fs_test_block_bitmap_range2(ctx->block_found_map, block, num)) in mark_blocks_used()
1462 ext2fs_mark_block_bitmap_range2(ctx->block_found_map, block, num); in mark_blocks_used()
[all …]
Dpass5.c70 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_pass5()
71 ctx->block_found_map = 0; in e2fsck_pass5()
227 ext2fs_get_block_bitmap_start2(ctx->block_found_map)) || in check_block_bitmaps()
229 ext2fs_get_block_bitmap_end2(ctx->block_found_map))) { in check_block_bitmaps()
233 pctx.ino = ext2fs_get_block_bitmap_start2(ctx->block_found_map); in check_block_bitmaps()
234 pctx.ino2 = ext2fs_get_block_bitmap_end2(ctx->block_found_map); in check_block_bitmaps()
273 actual = ext2fs_fast_test_block_bitmap2(ctx->block_found_map, i); in check_block_bitmaps()
290 retval = ext2fs_get_block_bitmap_range2(ctx->block_found_map, in check_block_bitmaps()
360 ctx->block_found_map, in check_block_bitmaps()
481 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()
De2fsck.c73 if (ctx->block_found_map) { in e2fsck_reset_context()
74 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_reset_context()
75 ctx->block_found_map = 0; in e2fsck_reset_context()
Dpass3.c178 pctx.errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in check_root()
185 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in check_root()
414 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found()
420 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in e2fsck_get_lost_and_found()
721 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc()
755 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_blk); in expand_dir_proc()
780 ext2fs_mark_block_bitmap2(ctx->block_found_map, *blocknr); in find_new_blocks_proc()
Dpass2.c1199 ext2fs_unmark_block_bitmap2(p->ctx->block_found_map, *block_nr); in deallocate_inode_block()
1242 ext2fs_unmark_block_bitmap2(ctx->block_found_map, in deallocate_inode()
1459 pctx->errcode = ext2fs_new_block2(fs, 0, ctx->block_found_map, &blk); in allocate_dir_block()
1465 ext2fs_mark_block_bitmap2(ctx->block_found_map, blk); in allocate_dir_block()
Dpass1b.c612 ext2fs_unmark_block_bitmap2(ctx->block_found_map, *block_nr); in delete_file_block()
740 retval = ext2fs_new_block2(fs, 0, ctx->block_found_map, in clone_file_block()
774 ext2fs_mark_block_bitmap2(ctx->block_found_map, new_block); in clone_file_block()
De2fsck.h251 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member
Drehash.c656 ext2fs_unmark_block_bitmap2(wd->ctx->block_found_map, in write_dir_block()