HomeSort by relevance Sort by last modified time
    Searched full:touched_map (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tst_iscan.c 31 ext2fs_block_bitmap bad_block_map, touched_map; variable
53 if (ext2fs_test_block_bitmap2(touched_map, block)) {
58 ext2fs_mark_block_bitmap2(touched_map, block);
106 &touched_map);
183 if (ext2fs_test_block_bitmap2(touched_map, test_vec[i])) {
188 ext2fs_mark_block_bitmap2(touched_map, test_vec[i]);
194 if (!ext2fs_test_block_bitmap2(touched_map, blk) &&

Completed in 56 milliseconds