Searched refs:ECANCELED (Results 26 - 50 of 127) sorted by relevance

123456

/linux-master/fs/xfs/scrub/
H A Dquota.c249 return -ECANCELED;
331 if (error == -ECANCELED)
H A Ddir.c87 return -ECANCELED;
93 return -ECANCELED;
118 return -ECANCELED;
143 return -ECANCELED;
794 if (error && error != -ECANCELED)
H A Dbmap_repair.c710 /* Check for garbage inputs. Returns -ECANCELED if there's nothing to do. */
725 return -ECANCELED;
737 return -ECANCELED;
809 if (error == -ECANCELED)
H A Drefcount.c368 return -ECANCELED;
400 if (error == -ECANCELED)
H A Dcommon.c87 case -ECANCELED:
89 * ECANCELED here means that the caller set one of the scrub
149 case -ECANCELED:
151 * ECANCELED here means that the caller set one of the scrub
995 error = -ECANCELED;
/linux-master/io_uring/
H A Dwaitid.c155 io_waitid_complete(req, -ECANCELED);
245 ret = -ECANCELED;
H A Dfutex.c117 io_req_set_res(req, -ECANCELED, 0);
H A Dpoll.c269 return -ECANCELED;
279 return -ECANCELED;
1046 io_req_set_res(preq, -ECANCELED, 0);
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c623 ssh_rtl_complete_with_status(r, -ECANCELED);
653 ssh_rtl_complete_with_status(r, -ECANCELED);
678 ssh_rtl_complete_with_status(r, -ECANCELED);
700 ssh_rtl_complete_with_status(r, -ECANCELED);
1178 WARN_ON(rqst.status != 0 && rqst.status != -ECANCELED &&
1181 return rqst.status == -ECANCELED ? -ETIMEDOUT : rqst.status;
H A Dssh_packet_layer.c1359 * Return: Returns %-ECANCELED if the packet has exceeded its number of tries,
1378 return -ECANCELED;
1479 ssh_ptl_remove_and_complete(p, -ECANCELED);
1485 __ssh_ptl_complete(p, -ECANCELED);
1548 if (status != -ECANCELED)
/linux-master/fs/
H A Dtimerfd.c228 return -ECANCELED;
288 res = -ECANCELED;
369 ret = -ECANCELED;
/linux-master/include/crypto/internal/
H A Dskcipher.h222 skcipher_walk_done(walk, -ECANCELED);
/linux-master/drivers/spi/
H A Dspi-pci1xxxx.c527 ret = -ECANCELED;
533 ret = -ECANCELED;
548 ret = -ECANCELED;
555 ret = -ECANCELED;
/linux-master/kernel/trace/
H A Dtrace_uprobe.c554 return -ECANCELED;
558 return -ECANCELED;
564 return -ECANCELED;
574 return -ECANCELED;
732 return ret == -ECANCELED ? -EINVAL : ret;
/linux-master/drivers/net/can/softing/
H A Dsofting_fw.c48 ret = (ret == RES_NONE) ? -ETIMEDOUT : -ECANCELED;
89 ret = (ret == RES_NONE) ? -ETIMEDOUT : -ECANCELED;
/linux-master/samples/uhid/
H A Duhid-example.c378 return -ECANCELED;
/linux-master/drivers/char/tpm/
H A Dtpm-interface.c114 return -ECANCELED;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_job.c304 dma_fence_set_error(finished, -ECANCELED);
/linux-master/fs/xfs/
H A Dxfs_fsmap.c300 return -ECANCELED;
323 return -ECANCELED;
339 return -ECANCELED;
862 * function returns -ECANCELED to indicate that more records would have been
H A Dxfs_ioctl.c752 * should proceed; -ECANCELED if there's nothing to do; or the usual
810 return -ECANCELED;
816 return -ECANCELED;
862 if (error == -ECANCELED)
912 if (error == -ECANCELED)
1578 case -ECANCELED:
/linux-master/drivers/nfc/
H A Dtrf7970a.c62 * has sent the command to the tag, it simply returns -ECANCELED. If the
65 * sending the data upstream, it frees the rx_skb and sends -ECANCELED
623 trf->rx_skb = ERR_PTR(-ECANCELED);
1489 ret = -ECANCELED;
1738 ret = -ECANCELED;
1856 trf7970a_send_err_upstream(trf, -ECANCELED);
1963 trf7970a_send_err_upstream(trf, -ECANCELED);
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1140 -ECANCELED : -ENOSPC;
1176 packet->status = -ECANCELED;
1284 packet->status = -ECANCELED;
1451 status = -ECANCELED;
1574 if (packets->status == -ECANCELED) {
2225 if (status != -ECANCELED)
2346 packet->status = -ECANCELED;
H A Dsdio.c500 WARN_ON(status && status != -ECANCELED);
712 * ath6kl_hif_rw_comp_handler() with status -ECANCELED so
1239 req->scat_req->status = -ECANCELED;
1245 ath6kl_hif_rw_comp_handler(context, -ECANCELED);
/linux-master/fs/ext4/
H A Dfast_commit.c619 return -ECANCELED;
868 ret = -ECANCELED;
918 return -ECANCELED;
2073 JBD2_FC_REPLAY_STOP : -ECANCELED;
2135 JBD2_FC_REPLAY_STOP : -ECANCELED;
2232 ret = -ECANCELED;
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.c358 return -ECANCELED;
424 if (error != -ECANCELED)
458 return -ECANCELED;
520 if (error != -ECANCELED)
3010 return -ECANCELED;
3064 if (error == -ECANCELED) {

Completed in 325 milliseconds

123456