Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c130 txh->txh_tx = tx; in dmu_tx_hold_object_impl()
228 max_bs = highbit64(txh->txh_tx->tx_objset->os_recordsize) - 1; in dmu_tx_count_write()
324 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
387 txh->txh_tx->tx_err = err; in dmu_tx_count_write()
394 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset); in dmu_tx_count_dnode()
435 spa_t *spa = txh->txh_tx->tx_pool->dp_spa; in dmu_tx_count_free()
504 txh->txh_tx->tx_err = err; in dmu_tx_count_free()
524 txh->txh_tx->tx_err = err; in dmu_tx_count_free()
540 txh->txh_tx->tx_err = err; in dmu_tx_count_free()
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h102 dmu_tx_t *txh_tx; member