Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_req_needs_file
Proto:static int io_req_needs_file(struct io_kiocb *req)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req |
3372 | Case opcode == IORING_OP_NOP |
3373 | Case opcode == IORING_OP_POLL_REMOVE |
3374 | Case opcode == IORING_OP_TIMEOUT |
3375 | Case opcode == IORING_OP_TIMEOUT_REMOVE |
3376 | Case opcode == IORING_OP_ASYNC_CANCEL |
3377 | Case opcode == IORING_OP_LINK_TIMEOUT |
3378 | Return 0 |
3379 | Default |
3380 | If io_req_op_valid(opcode) Then Return 1 |
3382 | Return -EINVAL |
Name | Describe |
---|---|
io_req_set_file |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |