Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h62 struct dmu_tx_hold *tx_needassign_txh; member
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1146 tx->tx_needassign_txh = NULL; in dmu_tx_try_assign()
1162 tx->tx_needassign_txh = txh; in dmu_tx_try_assign()
1236 for (txh = list_head(&tx->tx_holds); txh != tx->tx_needassign_txh; in dmu_tx_unassign()
1345 } else if (tx->tx_needassign_txh) { in dmu_tx_wait()
1350 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1356 tx->tx_needassign_txh = NULL; in dmu_tx_wait()