Searched refs:dmu_tx_callback_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_tx.c | 73 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd() 74 offsetof(dmu_tx_callback_t, dcb_node)); in dmu_tx_create_dd() 1390 dmu_tx_callback_t *dcb; in dmu_tx_callback_register() 1392 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register() 1406 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks() 1410 kmem_free(dcb, sizeof (dmu_tx_callback_t)); in dmu_tx_do_callbacks()
|
H A D | txg.c | 138 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 D | dmu_tx.h | 113 } dmu_tx_callback_t; typedef
|