Home
last modified time | relevance | path

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

/linux-6.1.9/tools/io_uring/
Dliburing.h131 io_uring_prep_rw(IORING_OP_READ_FIXED, sqe, fd, buf, nbytes, offset); in io_uring_prep_read_fixed()
Dio_uring-bench.c179 sqe->opcode = IORING_OP_READ_FIXED; in init_io()
/linux-6.1.9/include/uapi/linux/
Dio_uring.h173 IORING_OP_READ_FIXED, enumerator
/linux-6.1.9/io_uring/
Dopdef.c100 [IORING_OP_READ_FIXED] = {
Drw.c86 if (req->opcode == IORING_OP_READ_FIXED || in io_prep_rw()
368 if (opcode == IORING_OP_READ_FIXED || opcode == IORING_OP_WRITE_FIXED) { in __io_import_iovec()