Searched refs:test_vec (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.c28 blk_t test_vec[] = { 8, 12, 24, 34, 43, 44, 100, 0 }; variable
119 for (i=0; test_vec[i]; i++) {
120 retval = ext2fs_badblocks_list_add(test_badblocks, test_vec[i]);
126 ext2fs_mark_block_bitmap(bad_block_map, test_vec[i]);
176 for (i=0; test_vec[i]; i++) {
177 if (ext2fs_test_block_bitmap(touched_map, test_vec[i])) {
178 printf("Bad block was touched --- %u\n", test_vec[i]);
182 ext2fs_mark_block_bitmap(touched_map, test_vec[i]);

Completed in 29 milliseconds