Home
last modified time | relevance | path

Searched refs:block_dup_map (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/e2fsprogs/e2fsck/
H A De2fsck.c117 if (ctx->block_dup_map) { in e2fsck_reset_context()
118 ext2fs_free_block_bitmap(ctx->block_dup_map); in e2fsck_reset_context()
119 ctx->block_dup_map = 0; in e2fsck_reset_context()
H A Dpass1b.c257 ctx->block_dup_map, in e2fsck_pass1_dupblocks()
394 if (!ext2fs_test_block_bitmap2(ctx->block_dup_map, *block_nr)) in process_pass1b_block()
638 ext2fs_unmark_block_bitmap2(ctx->block_dup_map, block); in decrement_badcount()
663 if (ext2fs_test_block_bitmap2(ctx->block_dup_map, *block_nr)) { in delete_file_block()
745 ext2fs_test_block_bitmap2(ctx->block_dup_map, in delete_file()
824 if (ext2fs_test_block_bitmap2(ctx->block_dup_map, *block_nr)) { in clone_file_block()
H A De2fsck.h302 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */ member
H A Dpass1.c2081 if (ctx->block_dup_map) { in e2fsck_pass1()
2309 if (!ctx->block_dup_map) { in mark_block_used()
2313 &ctx->block_dup_map); in mark_block_used()
2323 ext2fs_fast_mark_block_bitmap2(ctx->block_dup_map, block); in mark_block_used()