Home
last modified time | relevance | path

Searched refs:blkbuf (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
Dbadblocks.c492 unsigned char * blkbuf; in test_ro() local
513 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()
515 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()
517 if (!blkbuf) in test_ro()
530 pattern_fill(blkbuf + blocks_at_once * block_size, in test_ro()
561 got = do_read (dev, blkbuf, try, block_size, currently_testing); in test_ro()
567 if (memcmp (blkbuf+i*block_size, in test_ro()
568 blkbuf+blocks_at_once*block_size, in test_ro()
592 free (blkbuf); in test_ro()
745 unsigned char *blkbuf, *save_ptr, *test_ptr, *read_ptr; in test_nd() local
[all …]