Searched refs:test_vec (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tst_iscan.c | 28 blk_t test_vec[] = { 8, 12, 24, 34, 43, 44, 100, 0 }; variable 119 for (i=0; test_vec[i]; i++) { in setup() 120 retval = ext2fs_badblocks_list_add(test_badblocks, test_vec[i]); in setup() 126 ext2fs_mark_block_bitmap(bad_block_map, test_vec[i]); in setup() 176 for (i=0; test_vec[i]; i++) { in check_map() 177 if (ext2fs_test_block_bitmap(touched_map, test_vec[i])) { in check_map() 178 printf("Bad block was touched --- %u\n", test_vec[i]); in check_map() 182 ext2fs_mark_block_bitmap(touched_map, test_vec[i]); in check_map()
|