Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c70 dst.dst_error = 0; in dsl_sync_task_common()
103 if (dst.dst_error == EAGAIN) { in dsl_sync_task_common()
109 return (dst.dst_error); in dsl_sync_task_common()
191 dst->dst_error = 0; in dsl_sync_task_nowait_common()
221 ASSERT0(dst->dst_error); in dsl_sync_task_sync()
243 dst->dst_error = SET_ERROR(ENOSPC); in dsl_sync_task_sync()
254 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
255 if (dst->dst_error == 0) in dsl_sync_task_sync()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_synctask.h109 int dst_error; member