Searched refs:IORING_OP_READV (Results 1 – 4 of 4) sorted by relevance
55 #define IORING_OP_READV 1 macro
123 io_uring_prep_rw(IORING_OP_READV, sqe, fd, iovecs, nr_vecs, offset); in io_uring_prep_readv()
184 sqe->opcode = IORING_OP_READV; in init_io()
2061 case IORING_OP_READV: in __io_submit_sqe()2125 case IORING_OP_READV: in io_async_list_from_sqe()