Home
last modified time | relevance | path

Searched defs:io_uring_sqe (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/include/uapi/linux/
Dio_uring.h22 struct io_uring_sqe { struct
23 __u8 opcode; /* type of operation for this sqe */
24 __u8 flags; /* IOSQE_ flags */
25 __u16 ioprio; /* ioprio for the request */
26 __s32 fd; /* file descriptor to do IO on */
27 union {
35 union {
39 __u32 len; /* buffer size or number of iovecs */
40 union {
61 __u64 user_data; /* data to be passed back at completion time */
[all …]