Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c69 dst.dst_error = 0; in dsl_sync_task_common()
95 if (dst.dst_error == EAGAIN) { in dsl_sync_task_common()
101 return (dst.dst_error); in dsl_sync_task_common()
185 dst->dst_error = 0; in dsl_sync_task_nowait_common()
217 ASSERT0(dst->dst_error); in dsl_sync_task_sync()
239 dst->dst_error = SET_ERROR(ENOSPC); in dsl_sync_task_sync()
250 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
251 if (dst->dst_error == 0) in dsl_sync_task_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h107 int dst_error; member