Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4240 bigobj = od[0].od_object; in ztest_dmu_read_write()
4295 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
4300 dmu_tx_hold_bonus(tx, bigobj); in ztest_dmu_read_write()
4314 dmu_object_set_checksum(os, bigobj, cksum, tx); in ztest_dmu_read_write()
4321 dmu_object_set_compress(os, bigobj, comp, tx); in ztest_dmu_read_write()
4402 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write()
4512 bigobj = od[0].od_object; in ztest_dmu_read_write_zcopy()
4518 VERIFY(dmu_object_info(os, bigobj, &doi) == 0); in ztest_dmu_read_write_zcopy()
4610 error = dmu_read(os, bigobj, bigoff, bigsize, in ztest_dmu_read_write_zcopy()
4645 VERIFY(dmu_buf_hold(os, bigobj, off, in ztest_dmu_read_write_zcopy()
[all …]