Lines Matching defs:packobj
5060 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
5075 * This test uses two objects, packobj and bigobj, that are always
5078 * in a simple way: packobj is a dense array of 'bufwad' structures,
5082 * packobj, at offset n * sizeof (bufwad_t)
5092 * packobj and perform a dmu_free_range() on bigobj. By comparing
5093 * bigobj to packobj, we can verify that the DMU is correctly
5111 packobj = od[1].od_object;
5127 * Pick a random index and compute the offsets into packobj and bigobj.
5150 error = dmu_read(os, packobj, packoff, packsize, packbuf,
5158 * Get a tx for the mods to both packobj and bigobj.
5162 dmu_tx_hold_write(tx, packobj, packoff, packsize);
5196 * in packobj matches the bufwads at the head and tail of the
5244 dmu_write(os, packobj, packoff, packsize, packbuf, tx);
5271 VERIFY0(dmu_read(os, packobj, packoff,
5299 * in packobj matches the bufwads at the head and tail of the
5355 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
5376 * This test uses two objects, packobj and bigobj, that are always
5379 * in a simple way: packobj is a dense array of 'bufwad' structures,
5383 * packobj, at offset n * sizeof (bufwad_t)
5405 packobj = od[1].od_object;
5416 * Pick a random index and compute the offsets into packobj and bigobj.
5466 * Get a tx for the mods to both packobj and bigobj.
5470 dmu_tx_hold_write(tx, packobj, packoff, packsize);
5500 error = dmu_read(os, packobj, packoff,
5514 dmu_write(os, packobj, packoff, packsize, packbuf, tx);
5563 VERIFY0(dmu_read(os, packobj, packoff,