Searched refs:io_prep_rw (Results 1 - 3 of 3) sorted by relevance

/linux-master/io_uring/
H A Drw.h18 int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe);
H A Dopdef.c242 .prep = io_prep_rw,
255 .prep = io_prep_rw,
H A Drw.c78 int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe) function
110 ret = io_prep_rw(req, sqe);
130 ret = io_prep_rw(req, sqe);
155 ret = io_prep_rw(req, sqe);

Completed in 136 milliseconds