Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h53 } txg_handle_t; typedef
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;
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c292 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open()
312 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce()
321 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks()
332 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync()