Searched refs:dmu_tx_callback_register (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_tx.c1219 dmu_tx_callback_register(dmu_tx_t *tx, dmu_tx_callback_func_t *func, void *data) function
1412 EXPORT_SYMBOL(dmu_tx_callback_register); variable
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddmu.h793 * To register a commit callback, dmu_tx_callback_register() must be called.
813 void dmu_tx_callback_register(dmu_tx_t *tx, dmu_tx_callback_func_t *dcb_func,
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c5657 dmu_tx_callback_register(tx, ztest_commit_callback, cb_data[0]);
5672 dmu_tx_callback_register(tx, ztest_commit_callback, cb_data[1]);
5698 dmu_tx_callback_register(tx, ztest_commit_callback, cb_data[2]);

Completed in 137 milliseconds