Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Dio_uring.h191 IORING_OP_READ, enumerator
/Linux-v6.1/io_uring/
Dopdef.c271 [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()