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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h76 dsl_checkfunc_t *dst_checkfunc; member in struct:dsl_sync_task
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c89 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc;
96 err = dst.dst_checkfunc(arg, tx);
130 dst->dst_checkfunc = dsl_null_checkfunc;
180 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx);

Completed in 57 milliseconds