Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2315 ztest_write(ztest_ds_t *zd, uint64_t object, uint64_t offset, uint64_t size, in ztest_write() function
2435 (void) ztest_write(zd, object, offset, sizeof (wbt), &wbt); in ztest_io()
2449 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io()
2454 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io()
2481 (void) ztest_write(zd, object, offset, blocksize, data); in ztest_io()
4743 if (ztest_write(zd, od[0].od_object, randoff, blocksize, in ztest_dmu_prealloc()