Home
last modified time | relevance | path

Searched refs:syncfunc (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c44 dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg, in dsl_sync_task_common() argument
67 dst.dst_syncfunc = syncfunc; in dsl_sync_task_common()
129 dsl_syncfunc_t *syncfunc, void *arg, in dsl_sync_task() argument
132 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_sync_task()
151 dsl_syncfunc_t *syncfunc, void *arg, in dsl_early_sync_task() argument
154 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_early_sync_task()
164 dsl_syncfunc_t *syncfunc, dsl_sigfunc_t *sigfunc, void *arg, in dsl_sync_task_sig() argument
167 return (dsl_sync_task_common(pool, checkfunc, syncfunc, sigfunc, arg, in dsl_sync_task_sig()
183 dst->dst_syncfunc = syncfunc; in dsl_sync_task_nowait_common()
197 dsl_sync_task_nowait_common(dp, syncfunc, arg, in dsl_sync_task_nowait()
[all …]
H A Dzcp_synctask.c78 dsl_syncfunc_t *syncfunc, void *arg, boolean_t sync, const char *err_dsname) in zcp_sync_task() argument
95 syncfunc(arg, ri->zri_tx); in zcp_sync_task()