Searched refs:block_found_map (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | pass5.c | 61 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_pass5() 62 ctx->block_found_map = 0; in e2fsck_pass5() 124 ext2fs_get_block_bitmap_start(ctx->block_found_map)) || in check_block_bitmaps() 126 ext2fs_get_block_bitmap_end(ctx->block_found_map))) { in check_block_bitmaps() 130 pctx.ino = ext2fs_get_block_bitmap_start(ctx->block_found_map); in check_block_bitmaps() 131 pctx.ino2 = ext2fs_get_block_bitmap_end(ctx->block_found_map); in check_block_bitmaps() 165 actual = ext2fs_fast_test_block_bitmap(ctx->block_found_map, i); in check_block_bitmaps() 278 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()
|
D | e2fsck.c | 70 if (ctx->block_found_map) { in e2fsck_reset_context() 71 ext2fs_free_block_bitmap(ctx->block_found_map); in e2fsck_reset_context() 72 ctx->block_found_map = 0; in e2fsck_reset_context()
|
D | pass1.c | 458 ext2fs_fast_test_block_bitmap(ctx->block_found_map, in check_is_really_dir() 622 &ctx->block_found_map); in e2fsck_pass1() 805 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1() 1125 fs->block_map = ctx->block_found_map; in e2fsck_pass1() 1336 if (ext2fs_fast_test_block_bitmap(ctx->block_found_map, block)) { in mark_block_used() 1352 ext2fs_fast_mark_block_bitmap(ctx->block_found_map, block); in mark_block_used() 2297 } else if (ext2fs_test_block_bitmap(ctx->block_found_map, in process_bad_block() 2321 if (!ext2fs_test_block_bitmap(ctx->block_found_map, blk)) { in process_bad_block() 2322 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in process_bad_block() 2451 num, ctx->block_found_map, in new_table_block() [all …]
|
D | pass3.c | 176 pctx.errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in check_root() 183 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in check_root() 412 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in e2fsck_get_lost_and_found() 418 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in e2fsck_get_lost_and_found() 711 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map, in expand_dir_proc() 740 ext2fs_mark_block_bitmap(ctx->block_found_map, new_blk); in expand_dir_proc()
|
D | pass1b.c | 584 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr); in delete_file_block() 676 retval = ext2fs_new_block(fs, 0, ctx->block_found_map, in clone_file_block() 708 ext2fs_mark_block_bitmap(ctx->block_found_map, in clone_file_block()
|
D | pass2.c | 1164 ext2fs_unmark_block_bitmap(ctx->block_found_map, *block_nr); in deallocate_inode_block() 1205 ext2fs_unmark_block_bitmap(ctx->block_found_map, in deallocate_inode() 1414 pctx->errcode = ext2fs_new_block(fs, 0, ctx->block_found_map, &blk); in allocate_dir_block() 1420 ext2fs_mark_block_bitmap(ctx->block_found_map, blk); in allocate_dir_block()
|
D | e2fsck.h | 232 ext2fs_block_bitmap block_found_map; /* Blocks which are in use */ member
|
D | rehash.c | 650 ext2fs_unmark_block_bitmap(wd->ctx->block_found_map, blk); in write_dir_block()
|