Searched defs:htx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c471 dmu_tx_t *htx = tx; local
476 htx = dmu_tx_create_dd(spa_get_dsl(spa)->dp_mos_dir);
477 if (dmu_tx_assign(htx, TXG_WAIT) != 0) {
478 dmu_tx_abort(htx);
484 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); local
489 dmu_tx_commit(htx);

Completed in 52 milliseconds