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 | 74 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 D | txg.c | 139 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 D | dmu_tx.h | 114 } dmu_tx_callback_t; typedef
|