Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1065 tx->tx_needassign_txh = NULL; in dmu_tx_try_assign()
1101 tx->tx_needassign_txh = txh; in dmu_tx_try_assign()
1145 txh && txh != tx->tx_needassign_txh; in dmu_tx_unassign()
1280 } else if (tx->tx_needassign_txh) { in dmu_tx_wait()
1281 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1287 tx->tx_needassign_txh = NULL; in dmu_tx_wait()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h63 struct dmu_tx_hold *tx_needassign_txh; member