Searched refs:dsl_checkfunc_t (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_synctask.h | 38 typedef int (dsl_checkfunc_t)(void *, dmu_tx_t *); typedef 104 dsl_checkfunc_t *dst_checkfunc; 112 int dsl_sync_task(const char *, dsl_checkfunc_t *, 116 int dsl_early_sync_task(const char *, dsl_checkfunc_t *, 120 int dsl_sync_task_sig(const char *, dsl_checkfunc_t *, dsl_syncfunc_t *,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_synctask.c | 43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common() 128 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task() 150 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() 163 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_sig()
|
H A D | zcp_synctask.c | 77 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, in zcp_sync_task()
|