Searched refs:ECANCELED (Results 1 - 25 of 133) sorted by relevance

123456

/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_integ.c69 return -ECANCELED;
/linux-master/fs/xfs/
H A Dxfs_itable.h38 return breq->ocount == breq->icount ? -ECANCELED : 0;
48 * bulkstat/inumbers caller. The special value -ECANCELED can be used to stop
H A Dxfs_itable.c170 if (error == -ECANCELED)
231 if (error == -ECANCELED)
412 if (error && error != -ECANCELED)
/linux-master/fs/xfs/scrub/
H A Dnlinks.c79 * ECANCELED) that are absorbed into a scrub state flag update by
150 error = -ECANCELED;
235 error = -ECANCELED;
247 error = -ECANCELED;
253 error = -ECANCELED;
260 error = -ECANCELED;
348 error = -ECANCELED;
418 if (error == -ECANCELED) {
439 if (error == -ECANCELED) {
478 int error = -ECANCELED;
[all...]
H A Dquotacheck_repair.c65 error = -ECANCELED;
105 error = -ECANCELED;
H A Dquotacheck.c104 * ECANCELED) that are absorbed into a scrub state flag update by
155 error = -ECANCELED;
431 error = -ECANCELED;
527 return -ECANCELED;
562 return -ECANCELED;
589 error = -ECANCELED;
596 return -ECANCELED;
H A Dparent.c280 return -ECANCELED;
321 if (error == -ECANCELED) {
411 return -ECANCELED;
417 return -ECANCELED;
481 return -ECANCELED;
763 if (error == -ECANCELED) {
H A Discan.c259 * -ECANCELED if the live scan aborted, -EBUSY if the AGI could not be grabbed,
288 return -ECANCELED;
300 * -ECANCELED if the live scan aborted, or the usual negative errno.
322 return -ECANCELED;
327 return -ECANCELED;
376 * opportunities, -ECANCELED if the process has a fatal signal pending, or
403 return -ECANCELED;
426 * -ECANCELED if there's a fatal signal pending; or some other negative errno.
594 ret = -ECANCELED;
609 * -ECANCELED i
[all...]
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/linux-master/lib/
H A Dglobtest.c157 return n ? -ECANCELED : 0;
H A Derrname.c35 E(ECANCELED), /* ECANCELLED */
173 static_assert(ECANCELLED == ECANCELED);
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h114 #define ECANCELED 131 /* Operation Cancelled */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h107 #define ECANCELED 158 /* AIO operation canceled */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h104 #define ECANCELED 127 /* Operation Cancelled */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h109 #define ECANCELED 125 /* Operation Canceled */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h115 #define ECANCELED ECANCELLED /* SuSv3 and Solaris wants one 'L' */ macro
/linux-master/sound/soc/ti/
H A Dosk5912.c143 err = -ECANCELED;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_exec.c145 err = -ECANCELED;
243 err = -ECANCELED;
/linux-master/io_uring/
H A Dtimeout.c146 long res = -ECANCELED;
199 io_req_queue_tw_complete(link, -ECANCELED);
208 io_req_queue_tw_complete(link, -ECANCELED);
295 io_req_task_queue_fail(req, -ECANCELED);
675 io_kill_timeout(req, -ECANCELED))
/linux-master/kernel/trace/
H A Dtrace_dynevent.c139 if (!ret || ret != -ECANCELED)
143 if (ret == -ECANCELED)
/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c82 return -ECANCELED;
184 return -ECANCELED;

Completed in 196 milliseconds

123456