Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\io_uring.c Create Date:2022-07-28 20:22:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:io_req_cancelled

Proto:static bool io_req_cancelled(struct io_kiocb *req)

Type:bool

Parameter:

TypeParameterName
struct io_kiocb *req
2032  If flags & IO_WQ_WORK_CANCEL Then
2033  req_set_fail_links(req)
2034  io_cqring_add_event(req, - ECANCELED)
2035  io_put_req(req)
2036  Return true
2039  Return false
Caller
NameDescribe
io_fsync_finish
io_sync_file_range_finish
io_accept_finish