Home
last modified time | relevance | path

Searched refs:txh_tx (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c129 txh->txh_tx = tx; in dmu_tx_hold_object_impl()
227 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()
323 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
386 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
393 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset); in dmu_tx_count_dnode()
434 spa_t *spa = txh->txh_tx->tx_pool->dp_spa; in dmu_tx_count_free()
503 txh->txh_tx->tx_err = err; in dmu_tx_count_free()
523 txh->txh_tx->tx_err = err; in dmu_tx_count_free()
539 txh->txh_tx->tx_err = err; in dmu_tx_count_free()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h102 dmu_tx_t *txh_tx; member