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
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 517 milliseconds