Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c67 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common()
74 err = dst.dst_checkfunc(arg, tx); in dsl_sync_task_common()
181 dst->dst_checkfunc = dsl_null_checkfunc; in dsl_sync_task_nowait_common()
247 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_synctask.h106 dsl_checkfunc_t *dst_checkfunc; member