Searched defs:io_uring_sqe (Results 1 – 2 of 2) sorted by relevance
30 struct io_uring_sqe { struct31 __u8 opcode; /* type of operation for this sqe */32 __u8 flags; /* IOSQE_ flags */33 __u16 ioprio; /* ioprio for the request */34 __s32 fd; /* file descriptor to do IO on */35 union {43 union {51 __u32 len; /* buffer size or number of iovecs */52 union {75 __u64 user_data; /* data to be passed back at completion time */[all …]
30 struct io_uring_sqe { struct31 __u8 opcode; /* type of operation for this sqe */32 __u8 flags; /* IOSQE_ flags */33 __u16 ioprio; /* ioprio for the request */34 __s32 fd; /* file descriptor to do IO on */35 union {43 union {51 __u32 len; /* buffer size or number of iovecs */52 union {77 __u64 user_data; /* data to be passed back at completion time */[all …]