• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/

Lines Matching refs:packobj

4668 	uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
4676 * This test uses two objects, packobj and bigobj, that are always
4679 * in a simple way: packobj is a dense array of 'bufwad' structures,
4683 * packobj, at offset n * sizeof (bufwad_t)
4693 * packobj and perform a dmu_free_range() on bigobj. By comparing
4694 * bigobj to packobj, we can verify that the DMU is correctly
4712 packobj = od[1].od_object;
4728 * Pick a random index and compute the offsets into packobj and bigobj.
4751 error = dmu_read(os, packobj, packoff, packsize, packbuf,
4759 * Get a tx for the mods to both packobj and bigobj.
4763 dmu_tx_hold_write(tx, packobj, packoff, packsize);
4797 * in packobj matches the bufwads at the head and tail of the
4841 dmu_write(os, packobj, packoff, packsize, packbuf, tx);
4872 VERIFY0(dmu_read(os, packobj, packoff,
4900 * in packobj matches the bufwads at the head and tail of the
4952 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
4966 * This test uses two objects, packobj and bigobj, that are always
4969 * in a simple way: packobj is a dense array of 'bufwad' structures,
4973 * packobj, at offset n * sizeof (bufwad_t)
4995 packobj = od[1].od_object;
5006 * Pick a random index and compute the offsets into packobj and bigobj.
5056 * Get a tx for the mods to both packobj and bigobj.
5060 dmu_tx_hold_write(tx, packobj, packoff, packsize);
5090 error = dmu_read(os, packobj, packoff,
5104 dmu_write(os, packobj, packoff, packsize, packbuf, tx);
5154 VERIFY0(dmu_read(os, packobj, packoff,