Searched refs:txg_handle_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h53 } txg_handle_t; typedef in typeref:struct:txg_handle
72 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
73 extern void txg_rele_to_quiesce(txg_handle_t *txghp);
74 extern void txg_rele_to_sync(txg_handle_t *txghp);
75 extern void txg_register_callbacks(txg_handle_t *txghp, list_t *tx_callbacks);
H A Ddmu_tx.h60 txg_handle_t tx_txgh;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c292 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th)
312 txg_rele_to_quiesce(txg_handle_t *th)
321 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks)
332 txg_rele_to_sync(txg_handle_t *th)

Completed in 61 milliseconds