Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dio_uring.h191 IORING_OP_READ, enumerator
/linux-6.1.9/io_uring/
Dopdef.c275 [IORING_OP_READ] = {
Drw.c378 if (opcode == IORING_OP_READ || opcode == IORING_OP_WRITE || in __io_import_iovec()
764 if (req->opcode == IORING_OP_READ && file_can_poll(req->file)) in io_read()