Searched refs:dst_error (Results 1 – 2 of 2) sorted by relevance
60 dst.dst_error = 0; in dsl_sync_task_common()93 if (dst.dst_error == EAGAIN) { in dsl_sync_task_common()99 return (dst.dst_error); in dsl_sync_task_common()181 dst->dst_error = 0; in dsl_sync_task_nowait_common()211 ASSERT0(dst->dst_error); in dsl_sync_task_sync()233 dst->dst_error = SET_ERROR(ENOSPC); in dsl_sync_task_sync()244 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()245 if (dst->dst_error == 0) in dsl_sync_task_sync()
99 int dst_error; member