Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandwritecomp.c50 rwc_pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in rwc_pwrite() function
109 rwc_pwrite(fd, buf, BLOCKSZ, j * BLOCKSZ); in sequential_writes()
121 rwc_pwrite(fd, buf, BLOCKSZ, (lrand48() % nblocks) * BLOCKSZ); in random_writes()