Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c4265 bigoff = n * chunksize; in ztest_dmu_read_write()
4295 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write()
4375 (u_longlong_t)bigoff, in ztest_dmu_read_write()
4384 (u_longlong_t)bigoff, in ztest_dmu_read_write()
4402 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write()
4532 bigoff = n * chunksize; in ztest_dmu_read_write_zcopy()
4625 (u_longlong_t)bigoff, in ztest_dmu_read_write_zcopy()
4632 bcopy((caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy()
4635 bcopy((caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy()
4638 bcopy((caddr_t)bigbuf + (off - bigoff) + in ztest_dmu_read_write_zcopy()
[all …]