Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c118 txh->txh_tx = tx; in dmu_tx_hold_dnode_impl()
235 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
247 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
257 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
268 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
275 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
358 tx = txh->txh_tx; in dmu_tx_hold_free_impl()
465 dmu_tx_t *tx = txh->txh_tx; in dmu_tx_hold_zap_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h97 dmu_tx_t *txh_tx; member