Searched refs:tx_callbacks (Results 1 – 4 of 4) sorted by relevance
66 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()1428 list_destroy(&tx->tx_callbacks); in dmu_tx_destroy()1463 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_commit()1464 txg_register_callbacks(&tx->tx_txgh, &tx->tx_callbacks); in dmu_tx_commit()1485 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_abort()1486 dmu_tx_do_callbacks(&tx->tx_callbacks, SET_ERROR(ECANCELED)); in dmu_tx_abort()1525 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
346 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument352 list_move_tail(&tc->tc_callbacks[g], tx_callbacks); in txg_register_callbacks()
61 list_t tx_callbacks; member
86 extern void txg_register_callbacks(txg_handle_t *txghp, list_t *tx_callbacks);