Searched refs:ztest_write (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 2647 ztest_write(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size, in ztest_write() function 2767 (void) ztest_write(zd, object, offset, sizeof (wbt), &wbt); in ztest_io() 2781 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io() 2786 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io() 2815 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io() 5236 if (ztest_write(zd, od->od_object, randoff, blocksize, in ztest_dmu_prealloc()
|