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

/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c4668 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; local
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 an
4952 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; local
[all...]

Completed in 115 milliseconds