Searched refs:block_dup_map (Results 1 – 4 of 4) sorted by relevance
113 if (ctx->block_dup_map) { in e2fsck_reset_context()114 ext2fs_free_block_bitmap(ctx->block_dup_map); in e2fsck_reset_context()115 ctx->block_dup_map = 0; in e2fsck_reset_context()
256 ctx->block_dup_map, in e2fsck_pass1_dupblocks()393 if (!ext2fs_test_block_bitmap2(ctx->block_dup_map, *block_nr)) in process_pass1b_block()637 ext2fs_unmark_block_bitmap2(ctx->block_dup_map, block); in decrement_badcount()662 if (ext2fs_test_block_bitmap2(ctx->block_dup_map, *block_nr)) { in delete_file_block()740 ext2fs_test_block_bitmap2(ctx->block_dup_map, in delete_file()821 if (ext2fs_test_block_bitmap2(ctx->block_dup_map, *block_nr)) { in clone_file_block()
261 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */ member
2040 if (ctx->block_dup_map) { in e2fsck_pass1()2267 if (!ctx->block_dup_map) { in mark_block_used()2271 &ctx->block_dup_map); in mark_block_used()2281 ext2fs_fast_mark_block_bitmap2(ctx->block_dup_map, block); in mark_block_used()