Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/randwritecomp/
H A Drandwritecomp.c56 rwc_pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in rwc_pwrite() function
116 rwc_pwrite(fd, buf, BLOCKSZ, j * BLOCKSZ); in sequential_writes()
128 rwc_pwrite(fd, buf, BLOCKSZ, (lrand48() % nblocks) * BLOCKSZ); in random_writes()