Searched refs:dst_checkfunc (Results 1 – 2 of 2) sorted by relevance
67 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()
106 dsl_checkfunc_t *dst_checkfunc; member