Searched refs:tx_callbacks (Results 1 – 4 of 4) sorted by relevance
75 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()1420 list_destroy(&tx->tx_callbacks); in dmu_tx_destroy()1455 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_commit()1456 txg_register_callbacks(&tx->tx_txgh, &tx->tx_callbacks); in dmu_tx_commit()1477 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_abort()1478 dmu_tx_do_callbacks(&tx->tx_callbacks, SET_ERROR(ECANCELED)); in dmu_tx_abort()1517 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
356 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument362 list_move_tail(&tc->tc_callbacks[g], tx_callbacks); in txg_register_callbacks()
67 list_t tx_callbacks; member
96 extern void txg_register_callbacks(txg_handle_t *txghp, list_t *tx_callbacks);