Searched refs:io_prep_rw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/io_uring/ |
H A D | opdef.c | 66 .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 D | rw.h | 18 int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe);
|
H A D | rw.c | 76 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 D | io_uring.c | 2959 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 16 milliseconds