Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c66 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common()
73 err = dst.dst_checkfunc(arg, tx); in dsl_sync_task_common()
182 dst->dst_checkfunc = dsl_null_checkfunc; in dsl_sync_task_nowait_common()
250 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h104 dsl_checkfunc_t *dst_checkfunc; member