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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtst_iscan.c31 ext2fs_block_bitmap bad_block_map, touched_map; variable
53 if (ext2fs_test_block_bitmap(touched_map, block)) {
58 ext2fs_mark_block_bitmap(touched_map, block);
100 &touched_map);
177 if (ext2fs_test_block_bitmap(touched_map, test_vec[i])) {
182 ext2fs_mark_block_bitmap(touched_map, test_vec[i]);
188 if (!ext2fs_test_block_bitmap(touched_map, blk) &&

Completed in 27 milliseconds