HomeSort by: relevance | last modified time | path
    Searched defs:txg_handle_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
txg.h 53 } 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);
txg.h 53 } 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);

Completed in 27 milliseconds