Home
last modified time | relevance | path

Searched refs:tx_callbacks (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c73 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()
1317 list_destroy(&tx->tx_callbacks); in dmu_tx_destroy()
1351 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_commit()
1352 txg_register_callbacks(&tx->tx_txgh, &tx->tx_callbacks); in dmu_tx_commit()
1368 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_abort()
1369 dmu_tx_do_callbacks(&tx->tx_callbacks, SET_ERROR(ECANCELED)); in dmu_tx_abort()
1405 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
H A Dtxg.c354 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument
360 list_move_tail(&tc->tc_callbacks[g], tx_callbacks); in txg_register_callbacks()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h65 list_t tx_callbacks; member
H A Dtxg.h77 extern void txg_register_callbacks(txg_handle_t *txghp, list_t *tx_callbacks);