OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_vec
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/lib/ext2fs/
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++) {
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 85 milliseconds