Lines Matching refs:dmu_read
1597 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write()
1872 VERIFY(dmu_read(os, lr->lr_foid, offset, in ztest_replay_write()
2126 error = dmu_read(os, object, offset, size, buf, in ztest_get_data()
2478 VERIFY0(dmu_read(zd->zd_os, object, offset, blocksize, data, in ztest_io()
4280 error = dmu_read(os, packobj, packoff, packsize, packbuf, in ztest_dmu_read_write()
4283 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write()
4400 VERIFY(0 == dmu_read(os, packobj, packoff, in ztest_dmu_read_write()
4402 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write()
4607 error = dmu_read(os, packobj, packoff, in ztest_dmu_read_write_zcopy()
4610 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy()
4671 VERIFY(0 == dmu_read(os, packobj, packoff, in ztest_dmu_read_write_zcopy()
4673 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write_zcopy()
5195 VERIFY(0 == dmu_read(os, od[0].od_object, 0, sizeof (uint64_t), in ztest_dmu_commit_callbacks()