Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dtxg.h54 } txg_handle_t; typedef
74 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
75 extern void txg_rele_to_quiesce(txg_handle_t *txghp);
76 extern void txg_rele_to_sync(txg_handle_t *txghp);
77 extern void txg_register_callbacks(txg_handle_t *txghp, list_t *tx_callbacks);
H A Ddmu_tx.h60 txg_handle_t tx_txgh;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dtxg.c317 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open()
345 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce()
354 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks()
365 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync()