Searched refs:dsl_checkfunc_t (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dsl_synctask.h | 39 typedef int (dsl_checkfunc_t)(void *, dmu_tx_t *); typedef 106 dsl_checkfunc_t *dst_checkfunc; 114 int dsl_sync_task(const char *, dsl_checkfunc_t *, 118 int dsl_early_sync_task(const char *, dsl_checkfunc_t *, 122 int dsl_sync_task_sig(const char *, dsl_checkfunc_t *, dsl_syncfunc_t *,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_synctask.c | 44 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common() 129 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task() 151 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() 164 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_sig()
|
H A D | zcp_synctask.c | 83 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, in zcp_sync_task()
|