HomeSort by: relevance | last modified time | path
    Searched refs:dst_checkfunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_synctask.h 76 dsl_checkfunc_t *dst_checkfunc; member in struct:dsl_sync_task
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_synctask.c 89 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 19 milliseconds