Searched refs:touched_map (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c32 ext2fs_block_bitmap bad_block_map, touched_map; variable
54 if (ext2fs_test_block_bitmap2(touched_map, block)) {
59 ext2fs_mark_block_bitmap2(touched_map, block);
107 &touched_map);
184 if (ext2fs_test_block_bitmap2(touched_map, test_vec[i])) {
189 ext2fs_mark_block_bitmap2(touched_map, test_vec[i]);
195 if (!ext2fs_test_block_bitmap2(touched_map, blk) &&

Completed in 104 milliseconds