Home
last modified time | relevance | path

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
73 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
74 extern void txg_rele_to_quiesce(txg_handle_t *txghp);
75 extern void txg_rele_to_sync(txg_handle_t *txghp);
76 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.c293 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open()
313 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce()
322 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks()
333 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync()