Searched refs:bigobj (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
3567 * while bigobj is a sparse array of the same bufwads. Specifically,
3571 * bigobj, at the head of the nth chunk
3572 * bigobj, at the tail of the nth chunk
3580 * packobj and perform a dmu_free_range() on bigobj. By comparing
3581 * bigobj to packobj, we can verify that the DMU is correctly
3595 bigobj = od[0].od_object;
3608 dmu_prefetch(os, bigobj, 0, n * chunksize, s * chunksize,
3612 * Pick a random index and compute the offsets into packobj and bigobj
3830 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize; local
[all...]

Completed in 67 milliseconds