Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c74 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()
75 offsetof(dmu_tx_callback_t, dcb_node)); in dmu_tx_create_dd()
1399 dmu_tx_callback_t *dcb; in dmu_tx_callback_register()
1401 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register()
1415 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks()
1419 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
H A Dtxg.c139 sizeof (dmu_tx_callback_t), in txg_init()
140 offsetof(dmu_tx_callback_t, dcb_node)); in txg_init()
478 list_create(cb_list, sizeof (dmu_tx_callback_t), in txg_dispatch_callbacks()
479 offsetof(dmu_tx_callback_t, dcb_node)); in txg_dispatch_callbacks()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h114 } dmu_tx_callback_t; typedef