Searched refs:ztest_write (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 2733 ztest_write(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size, in ztest_write() function 2860 (void) ztest_write(zd, object, offset, sizeof (wbt), &wbt); in ztest_io() 2874 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io() 2879 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io() 2908 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io() 5613 if (ztest_write(zd, od->od_object, randoff, blocksize, in ztest_dmu_prealloc() 7672 ztest_write(zd, od[i].od_object, offset, in ztest_rzx_thread() 8010 VERIFY0(ztest_write(zd, od.od_object, 0, old_size, initial)); in ztest_dmu_sync_blocksize_change()
|