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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h199 uint64_t ds_resume_object[TXG_SIZE]; member in struct:dsl_dataset
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_send.c2048 ASSERT3U(object, >=, rwa->os->os_dsl_dataset->ds_resume_object[txgoff]);
2049 ASSERT(object != rwa->os->os_dsl_dataset->ds_resume_object[txgoff] ||
2054 rwa->os->os_dsl_dataset->ds_resume_object[txgoff] = object;
H A Ddsl_dataset.c1741 &ds->ds_resume_object[tx->tx_txg & TXG_MASK], tx));
1748 ds->ds_resume_object[tx->tx_txg & TXG_MASK] = 0;

Completed in 214 milliseconds