Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dopdef.c66 .prep = io_prep_rw,
79 .prep = io_prep_rw,
97 .prep = io_prep_rw,
110 .prep = io_prep_rw,
237 .prep = io_prep_rw,
250 .prep = io_prep_rw,
H A Drw.h18 int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe);
H A Drw.c76 int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe) in io_prep_rw() function