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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_tx.h59 txg_handle_t tx_txgh; member in struct:dmu_tx
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_tx.c1208 tx->tx_txg = txg_hold_open(tx->tx_pool, &tx->tx_txgh);
1293 txg_rele_to_quiesce(&tx->tx_txgh);
1315 txg_rele_to_sync(&tx->tx_txgh);
1362 txg_rele_to_quiesce(&tx->tx_txgh);
1511 txg_register_callbacks(&tx->tx_txgh, &tx->tx_callbacks);
1514 txg_rele_to_sync(&tx->tx_txgh);

Completed in 186 milliseconds