Searched refs:dmu_tx_callback_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_tx.c | 71 list_create(&tx->tx_callbacks, sizeof (dmu_tx_callback_t), in dmu_tx_create_dd() 72 offsetof(dmu_tx_callback_t, dcb_node)); in dmu_tx_create_dd() 1205 dmu_tx_callback_t *dcb; in dmu_tx_callback_register() 1207 dcb = kmem_alloc(sizeof (dmu_tx_callback_t), KM_SLEEP); in dmu_tx_callback_register() 1221 dmu_tx_callback_t *dcb; in dmu_tx_do_callbacks() 1226 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() 455 list_create(cb_list, sizeof (dmu_tx_callback_t), in txg_dispatch_callbacks() 456 offsetof(dmu_tx_callback_t, dcb_node)); in txg_dispatch_callbacks()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_tx.h | 111 } dmu_tx_callback_t; typedef
|