Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c56 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()
1116 list_destroy(&tx->tx_callbacks); in dmu_tx_destroy()
1150 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_commit()
1151 txg_register_callbacks(&tx->tx_txgh, &tx->tx_callbacks); in dmu_tx_commit()
1167 if (!list_is_empty(&tx->tx_callbacks)) in dmu_tx_abort()
1168 dmu_tx_do_callbacks(&tx->tx_callbacks, ECANCELED); in dmu_tx_abort()
1197 list_insert_tail(&tx->tx_callbacks, dcb); in dmu_tx_callback_register()
H A Dtxg.c322 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument
328 list_move_tail(&tc->tc_callbacks[g], tx_callbacks); in txg_register_callbacks()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h65 list_t tx_callbacks; member
H A Dtxg.h76 extern void txg_register_callbacks(txg_handle_t *txghp, list_t *tx_callbacks);