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.c72 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd()
73 offsetof(dmu_tx_callback_t, dcb_node)); in dmu_tx_create_dd()
1383 dmu_tx_callback_t *dcb; in dmu_tx_callback_register()
1385 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register()
1399 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks()
1403 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
H A Dtxg.c138 sizeof (dmu_tx_callback_t), in txg_init()
139 offsetof(dmu_tx_callback_t, dcb_node)); in txg_init()
477 list_create(cb_list, sizeof (dmu_tx_callback_t), in txg_dispatch_callbacks()
478 offsetof(dmu_tx_callback_t, dcb_node)); in txg_dispatch_callbacks()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_tx.h113 } dmu_tx_callback_t; typedef