Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h59 struct dmu_tx_hold *tx_needassign_txh; member
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c922 tx->tx_needassign_txh = NULL; in dmu_tx_try_assign()
938 tx->tx_needassign_txh = txh; in dmu_tx_try_assign()
1015 for (txh = list_head(&tx->tx_holds); txh != tx->tx_needassign_txh; in dmu_tx_unassign()
1090 } else if (tx->tx_needassign_txh) { in dmu_tx_wait()
1091 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1097 tx->tx_needassign_txh = NULL; in dmu_tx_wait()