Lines Matching refs:block
38 static void test_read_blk(unsigned long block, int count, errcode_t err)
48 printf("%lu-%lu", block, block+count-1);
50 printf("%lu", block);
52 for (i=0; i < count; i++, block++) {
53 if (ext2fs_test_block_bitmap(touched_map, block)) {
54 printf("\nDuplicate block?!? --- %lu\n", block);
58 ext2fs_mark_block_bitmap(touched_map, block);
92 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block map",
103 "While allocating touched block bitmap");
178 printf("Bad block was touched --- %u\n", test_vec[i]);
190 printf("Missing block --- %lu\n", blk);