Searched refs:tx_holds (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h53 list_t tx_holds; /* list of dmu_tx_hold_t */ member in struct:dmu_tx
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c54 list_create(&tx->tx_holds, sizeof (dmu_tx_hold_t),
143 list_insert_tail(&tx->tx_holds, txh);
889 for (txh = list_head(&tx->tx_holds); txh;
890 txh = list_next(&tx->tx_holds, txh)) {
923 for (txh = list_head(&tx->tx_holds); txh;
924 txh = list_next(&tx->tx_holds, txh)) {
1201 for (txh = list_head(&tx->tx_holds); txh;
1202 txh = list_next(&tx->tx_holds, txh)) {
1282 for (txh = list_head(&tx->tx_holds); txh != tx->tx_needassign_txh;
1283 txh = list_next(&tx->tx_holds, tx
[all...]

Completed in 47 milliseconds