Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c54 rwc_pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in rwc_pwrite() function
114 rwc_pwrite(fd, buf, BLOCKSZ, j * BLOCKSZ); in sequential_writes()
126 rwc_pwrite(fd, buf, BLOCKSZ, (lrand48() % nblocks) * BLOCKSZ); in random_writes()