Lines Matching refs:dmu_read
1364 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write()
1630 VERIFY(dmu_read(os, lr->lr_foid, offset, in ztest_replay_write()
1874 error = dmu_read(os, object, offset, size, buf, in ztest_get_data()
2229 VERIFY0(dmu_read(zd->zd_os, object, offset, blocksize, data, in ztest_io()
3627 error = dmu_read(os, packobj, packoff, packsize, packbuf, in ztest_dmu_read_write()
3630 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf, in ztest_dmu_read_write()
3747 VERIFY(0 == dmu_read(os, packobj, packoff, in ztest_dmu_read_write()
3749 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write()
3952 error = dmu_read(os, packobj, packoff, in ztest_dmu_read_write_zcopy()
3955 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy()
4016 VERIFY(0 == dmu_read(os, packobj, packoff, in ztest_dmu_read_write_zcopy()
4018 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write_zcopy()
4537 VERIFY(0 == dmu_read(os, od[0].od_object, 0, sizeof (uint64_t), in ztest_dmu_commit_callbacks()