Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_tx.c894 tx->tx_needassign_txh = NULL; in dmu_tx_try_assign()
930 tx->tx_needassign_txh = txh; in dmu_tx_try_assign()
974 txh && txh != tx->tx_needassign_txh; in dmu_tx_unassign()
1093 } else if (tx->tx_needassign_txh) { in dmu_tx_wait()
1094 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1100 tx->tx_needassign_txh = NULL; in dmu_tx_wait()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_tx.h62 struct dmu_tx_hold *tx_needassign_txh; member