Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_read_prep
Proto:static int io_read_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe, bool force_nonblock)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req | |
const struct io_uring_sqe * | sqe | |
bool | force_nonblock |
1803 | ret = io_prep_rw(req, sqe, force_nonblock) |
1807 | If Value for the false possibility is greater at compile time(!(f_mode & le is open for reading )) Then Return -EBADF |
1810 | If Not io Then Return 0 |
1815 | io = NULL |
1816 | ret = io_import_iovec(generic data direction definitions , req, & iov, & iter) |
1822 | Return 0 |
Name | Describe |
---|---|
io_req_defer_prep | |
io_issue_sqe |
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 |