Searched refs:packobj (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3555 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; local
3563 * This test uses two objects, packobj and bigobj, that are always
3566 * in a simple way: packobj is a dense array of 'bufwad' structures,
3570 * packobj, at offset n * sizeof (bufwad_t)
3580 * packobj and perform a dmu_free_range() on bigobj. By comparing
3581 * bigobj to packobj, we can verify that the DMU is correctly
3596 packobj = od[1].od_object;
3612 * Pick a random index and compute the offsets into packobj and bigobj.
3635 error = dmu_read(os, packobj, packoff, packsize, packbuf,
3643 * Get a tx for the mods to both packobj an
3830 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; local
[all...]

Completed in 70 milliseconds