Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c2959 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in io_prep_rw() function
3507 return io_prep_rw(req, sqe, READ); in io_read_prep()
3733 return io_prep_rw(req, sqe, WRITE); in io_write_prep()

Completed in 17 milliseconds