Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dbadblocks.c476 unsigned char * blkbuf; in test_ro() local
497 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro()
499 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro()
501 if (!blkbuf) in test_ro()
514 pattern_fill(blkbuf + blocks_at_once * block_size, in test_ro()
545 got = do_read (dev, blkbuf, try, block_size, currently_testing); in test_ro()
551 if (memcmp (blkbuf+i*block_size, in test_ro()
552 blkbuf+blocks_at_once*block_size, in test_ro()
576 free (blkbuf); in test_ro()
729 unsigned char *blkbuf, *save_ptr, *test_ptr, *read_ptr; in test_nd() local
[all …]