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_write_prep
Proto:static int io_write_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 |
1890 | ret = io_prep_rw(req, sqe, force_nonblock) |
1894 | If Value for the false possibility is greater at compile time(!(f_mode & le is open for writing )) Then Return -EBADF |
1897 | If Not io Then Return 0 |
1902 | io = NULL |
1909 | 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 |