Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h59 uint64_t tx_lasttried_txg; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c982 tx->tx_lasttried_txg = tx->tx_txg; in dmu_tx_unassign()
1067 } else if (spa_suspended(spa) || tx->tx_lasttried_txg == 0) { in dmu_tx_wait()
1084 while (dn->dn_assigned_txg == tx->tx_lasttried_txg - 1) in dmu_tx_wait()