Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dliburing.h131 io_uring_prep_rw(IORING_OP_READ_FIXED, sqe, fd, buf, nbytes, offset); in io_uring_prep_read_fixed()
H A Dio_uring-bench.c179 sqe->opcode = IORING_OP_READ_FIXED; in init_io()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h107 IORING_OP_READ_FIXED, enumerator
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c958 [IORING_OP_READ_FIXED] = {
2965 if (req->opcode == IORING_OP_READ_FIXED || in io_prep_rw()
3247 if (opcode == IORING_OP_READ_FIXED || opcode == IORING_OP_WRITE_FIXED) { in io_import_iovec()
6316 case IORING_OP_READ_FIXED: in io_req_prep()
6504 case IORING_OP_READ_FIXED: in io_clean_op()
6518 case IORING_OP_READ_FIXED: in io_clean_op()
6579 case IORING_OP_READ_FIXED: in io_issue_sqe()