Lines Matching defs:bigobj

3548 	uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
3556 * This test uses two objects, packobj and bigobj, that are always
3560 * while bigobj is a sparse array of the same bufwads. Specifically,
3564 * bigobj, at the head of the nth chunk
3565 * bigobj, at the tail of the nth chunk
3573 * packobj and perform a dmu_free_range() on bigobj. By comparing
3574 * bigobj to packobj, we can verify that the DMU is correctly
3588 bigobj = od[0].od_object;
3601 dmu_prefetch(os, bigobj, 0, n * chunksize, s * chunksize,
3605 * Pick a random index and compute the offsets into packobj and bigobj.
3620 * free_percent of the time, free a range of bigobj rather than
3631 error = dmu_read(os, bigobj, bigoff, bigsize, bigbuf,
3636 * Get a tx for the mods to both packobj and bigobj.
3643 dmu_tx_hold_free(tx, bigobj, bigoff, bigsize);
3645 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize);
3648 dmu_tx_hold_bonus(tx, bigobj);
3662 dmu_object_set_checksum(os, bigobj, cksum, tx);
3669 dmu_object_set_compress(os, bigobj, comp, tx);
3674 * corresponding chunk in bigobj. Then update all three bufwads
3727 VERIFY(0 == dmu_free_range(os, bigobj, bigoff, bigsize, tx));
3736 dmu_write(os, bigobj, bigoff, bigsize, bigbuf, tx);
3750 VERIFY(0 == dmu_read(os, bigobj, bigoff,
3776 * corresponding chunk in bigobj. Then update all three bufwads
3823 uint64_t packobj, packoff, packsize, bigobj, bigoff, bigsize;
3834 * This test uses two objects, packobj and bigobj, that are always
3838 * while bigobj is a sparse array of the same bufwads. Specifically,
3842 * bigobj, at the head of the nth chunk
3843 * bigobj, at the tail of the nth chunk
3845 * The chunk size is set equal to bigobj block size so that
3858 bigobj = od[0].od_object;
3864 VERIFY(dmu_object_info(os, bigobj, &doi) == 0);
3870 * Pick a random index and compute the offsets into packobj and bigobj.
3884 VERIFY3U(0, ==, dmu_bonus_hold(os, bigobj, FTAG, &bonus_db));
3903 * that don't match bigobj blksz to test
3920 * Get a tx for the mods to both packobj and bigobj.
3925 dmu_tx_hold_write(tx, bigobj, bigoff, bigsize);
3956 error = dmu_read(os, bigobj, bigoff, bigsize,
3991 VERIFY(dmu_buf_hold(os, bigobj, off,
4019 VERIFY(0 == dmu_read(os, bigobj, bigoff,