Home
last modified time | relevance | path

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

/linux/io_uring/
H A Drw.c316 static int io_prep_rw(struct io_kiocb *req, const struct io_uring_sqe *sqe, in io_prep_rw() function
330 return io_prep_rw(req, sqe, ITER_DEST); in io_prep_read()
335 return io_prep_rw(req, sqe, ITER_SOURCE); in io_prep_write()
343 ret = io_prep_rw(req, sqe, ddir); in io_prep_rwv()