Home
last modified time | relevance | path

Searched refs:dmu_tx_callback_t (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c135 sizeof (dmu_tx_callback_t), in txg_init()
136 offsetof(dmu_tx_callback_t, dcb_node)); in txg_init()
436 list_create(cb_list, sizeof (dmu_tx_callback_t), in txg_dispatch_callbacks()
437 offsetof(dmu_tx_callback_t, dcb_node)); in txg_dispatch_callbacks()
H A Ddmu_tx.c55 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()
56 offsetof(dmu_tx_callback_t, dcb_node)); in dmu_tx_create_dd()
1482 dmu_tx_callback_t *dcb; in dmu_tx_callback_register()
1484 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register()
1498 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks()
1503 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h122 } dmu_tx_callback_t; typedef