Lines Matching defs:packobj
3548 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
3556 * This test uses two objects, packobj and bigobj, that are always
3559 * in a simple way: packobj is a dense array of 'bufwad' structures,
3563 * packobj, at offset n * sizeof (bufwad_t)
3573 * packobj and perform a dmu_free_range() on bigobj. By comparing
3574 * bigobj to packobj, we can verify that the DMU is correctly
3589 packobj = od[1].od_object;
3605 * Pick a random index and compute the offsets into packobj and bigobj.
3628 error = dmu_read(os, packobj, packoff, packsize, packbuf,
3636 * Get a tx for the mods to both packobj and bigobj.
3640 dmu_tx_hold_write(tx, packobj, packoff, packsize);
3673 * in packobj matches the bufwads at the head and tail of the
3717 dmu_write(os, packobj, packoff, packsize, packbuf, tx);
3748 VERIFY(0 == dmu_read(os, packobj, packoff,
3775 * in packobj matches the bufwads at the head and tail of the
3823 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
3834 * This test uses two objects, packobj and bigobj, that are always
3837 * in a simple way: packobj is a dense array of 'bufwad' structures,
3841 * packobj, at offset n * sizeof (bufwad_t)
3859 packobj = od[1].od_object;
3870 * Pick a random index and compute the offsets into packobj and bigobj.
3920 * Get a tx for the mods to both packobj and bigobj.
3924 dmu_tx_hold_write(tx, packobj, packoff, packsize);
3953 error = dmu_read(os, packobj, packoff,
3967 dmu_write(os, packobj, packoff, packsize, packbuf, tx);
4017 VERIFY(0 == dmu_read(os, packobj, packoff,