Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h62 struct dmu_tx_hold *tx_needassign_txh; member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1147 tx->tx_needassign_txh = NULL; in dmu_tx_try_assign()
1163 tx->tx_needassign_txh = txh; in dmu_tx_try_assign()
1237 for (txh = list_head(&tx->tx_holds); txh != tx->tx_needassign_txh; in dmu_tx_unassign()
1346 } else if (tx->tx_needassign_txh) { in dmu_tx_wait()
1351 dnode_t *dn = tx->tx_needassign_txh->txh_dnode; in dmu_tx_wait()
1357 tx->tx_needassign_txh = NULL; in dmu_tx_wait()