Searched defs:test_vec (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtst_iscan.c28 blk64_t test_vec[] = { 8, 12, 24, 34, 43, 44, 100, 0 }; variable
125 for (i=0; test_vec[i]; i++) {
126 retval = ext2fs_badblocks_list_add(test_badblocks, test_vec[i]);
132 ext2fs_mark_block_bitmap2(bad_block_map, test_vec[i]);
182 for (i=0; test_vec[i]; i++) {
183 if (ext2fs_test_block_bitmap2(touched_map, test_vec[i])) {
184 printf("Bad block was touched --- %llu\n", test_vec[i]);
188 ext2fs_mark_block_bitmap2(touched_map, test_vec[i]);

Completed in 112 milliseconds