Home
last modified time | relevance | path

Searched refs:ECANCELED (Results 1 – 25 of 134) sorted by relevance

123456

/linux/fs/xfs/scrub/
H A Dnlinks.c79 * ECANCELED) that are absorbed into a scrub state flag update by
150 error = -ECANCELED; in xchk_nlinks_update_incore()
235 error = -ECANCELED; in xchk_nlinks_collect_dirent()
247 error = -ECANCELED; in xchk_nlinks_collect_dirent()
253 error = -ECANCELED; in xchk_nlinks_collect_dirent()
260 error = -ECANCELED; in xchk_nlinks_collect_dirent()
348 error = -ECANCELED; in xchk_nlinks_collect_pptr()
418 if (error == -ECANCELED) { in xchk_nlinks_collect_dir()
439 if (error == -ECANCELED) { in xchk_nlinks_collect_dir()
478 int error = -ECANCELED; in xchk_nlinks_collect_metafiles()
[all...]
H A Dquotacheck.c104 * ECANCELED) that are absorbed into a scrub state flag update by
155 error = -ECANCELED; in xqcheck_update_incore_counts()
434 error = -ECANCELED; in xqcheck_collect_inode()
528 return -ECANCELED; in xqcheck_collect_counts()
563 return -ECANCELED; in xqcheck_compare_dquot()
590 error = -ECANCELED; in xqcheck_compare_dquot()
597 return -ECANCELED; in xqcheck_compare_dquot()
H A Discan.c259 * -ECANCELED if the live scan aborted, -EBUSY if the AGI could not be grabbed,
288 return -ECANCELED; in xchk_iscan_read_agi()
300 * -ECANCELED if the live scan aborted, or the usual negative errno.
322 return -ECANCELED; in xchk_iscan_advance()
327 return -ECANCELED; in xchk_iscan_advance()
376 * opportunities, -ECANCELED if the process has a fatal signal pending, or
403 return -ECANCELED; in xchk_iscan_iget_retry()
426 * -ECANCELED if there's a fatal signal pending; or some other negative errno.
594 ret = -ECANCELED; in xchk_iscan_iter_batch()
609 * -ECANCELED i
[all...]
H A Dquotacheck_repair.c65 error = -ECANCELED; in xqcheck_commit_dquot()
105 error = -ECANCELED; in xqcheck_commit_dquot()
H A Ddir.c182 return -ECANCELED; in xchk_dir_check_pptr_fast()
246 return -ECANCELED; in xchk_dir_actor()
252 return -ECANCELED; in xchk_dir_actor()
277 return -ECANCELED; in xchk_dir_actor()
310 return -ECANCELED; in xchk_dir_actor()
1127 if (error == -ECANCELED) in xchk_directory()
/linux/io_uring/
H A Dtimeout.c165 long res = -ECANCELED; in io_req_tw_fail_links()
218 io_req_queue_tw_complete(link, -ECANCELED); in io_disarm_next()
229 io_req_queue_tw_complete(link, -ECANCELED); in io_disarm_next()
316 io_req_task_queue_fail(req, -ECANCELED); in io_timeout_cancel()
335 ret = -ECANCELED; in io_req_task_link_timeout()
703 return io_flush_killed_timeouts(&list, -ECANCELED); in io_kill_timeouts()
H A Dwaitid.c149 io_waitid_complete(req, -ECANCELED); in __io_waitid_cancel()
150 io_req_queue_tw_complete(req, -ECANCELED); in __io_waitid_cancel()
204 ret = -ECANCELED; in io_waitid_cb()
/linux/fs/xfs/
H A Dxfs_itable.c120 if (!error || error == -ECANCELED) in xfs_bulkstat_one_int()
195 if (error == -ECANCELED) in xfs_bulkstat_one_int()
252 if (error == -ECANCELED) in xfs_bulkstat_one()
425 if (error && error != -ECANCELED) in xfs_inumbers_walk()
H A Dxfs_itable.h39 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c623 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_nonpending()
653 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_nonpending()
678 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_pending()
700 ssh_rtl_complete_with_status(r, -ECANCELED); in ssh_rtl_cancel_pending()
1178 WARN_ON(rqst.status != 0 && rqst.status != -ECANCELED && in ssh_rtl_flush()
1181 return rqst.status == -ECANCELED ? -ETIMEDOUT : rqst.status; in ssh_rtl_flush()
/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_integ.c69 return -ECANCELED; in cxd2880_integ_check_cancellation()
/linux/lib/
H A Derrname.c35 E(ECANCELED), /* ECANCELLED */
173 static_assert(ECANCELLED == ECANCELED);
H A Dglobtest.c157 return n ? -ECANCELED : 0; in glob_init()
/linux/tools/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/linux/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/linux/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/linux/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/linux/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/linux/tools/lib/bpf/
H A Dstr_error.c56 case -ECANCELED: return "-ECANCELED"; in libbpf_errstr()
/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/linux/kernel/trace/
H A Dtrace_dynevent.c144 if (!ret || ret != -ECANCELED) in create_dyn_event()
148 if (ret == -ECANCELED) in create_dyn_event()
/linux/drivers/gpu/drm/xe/
H A Dxe_exec.c147 err = -ECANCELED; in xe_exec_ioctl()
255 err = -ECANCELED; in xe_exec_ioctl()

123456