Searched defs:io_uring_sqe (Results 1 – 1 of 1) sorted by relevance
17 struct io_uring_sqe { struct18 __u8 opcode; /* type of operation for this sqe */19 __u8 flags; /* IOSQE_ flags */20 __u16 ioprio; /* ioprio for the request */21 __s32 fd; /* file descriptor to do IO on */22 __u64 off; /* offset into file */23 __u64 addr; /* pointer to buffer or iovecs */24 __u32 len; /* buffer size or number of iovecs */25 union {33 __u64 user_data; /* data to be passed back at completion time */[all …]