Searched refs:bigoff (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 4605 bigoff = n * chunksize; in ztest_dmu_read_write() 4635 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize); in ztest_dmu_read_write() 4716 (u_longlong_t)bigoff, in ztest_dmu_read_write() 4725 (u_longlong_t)bigoff, in ztest_dmu_read_write() 4743 VERIFY(0 == dmu_read(os, bigobj, bigoff, in ztest_dmu_read_write() 4883 bigoff = n * chunksize; in ztest_dmu_read_write_zcopy() 4977 (u_longlong_t)bigoff, in ztest_dmu_read_write_zcopy() 4984 bcopy((caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy() 4987 bcopy((caddr_t)bigbuf + (off - bigoff), in ztest_dmu_read_write_zcopy() 4990 bcopy((caddr_t)bigbuf + (off - bigoff) + in ztest_dmu_read_write_zcopy() [all …]
|