HomeSort by relevance Sort by last modified time
    Searched refs:block_dup_map (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
e2fsck.c 96 if (ctx->block_dup_map) {
97 ext2fs_free_block_bitmap(ctx->block_dup_map);
98 ctx->block_dup_map = 0;
pass1b.c 329 if (!ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr))
531 * in the block_dup_map if appropriate.
538 ext2fs_unmark_block_bitmap(ctx->block_dup_map, block);
559 if (ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr)) {
622 * block deleted. If the block is in the block_dup_map,
627 ext2fs_test_block_bitmap(ctx->block_dup_map,
661 if (ext2fs_test_block_bitmap(ctx->block_dup_map, *block_nr)) {
e2fsck.h 226 ext2fs_block_bitmap block_dup_map; /* Blks referenced more than once */ member in struct:e2fsck_struct
pass1.c 27 * - A bitmap of which blocks are in use by two inodes (block_dup_map)
999 if (ctx->block_dup_map) {
    [all...]

Completed in 15 milliseconds