Searched defs:io_uring_sqe (Results 1 – 3 of 3) 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 union {26 union {30 __u32 len; /* buffer size or number of iovecs */31 union {48 __u64 user_data; /* data to be passed back at completion time */[all …]
342 pub struct io_uring_sqe { struct347 pub __bindgen_anon_1: io_uring_sqe__bindgen_ty_1, argument350 pub __bindgen_anon_2: io_uring_sqe__bindgen_ty_2, argument352 pub __bindgen_anon_3: io_uring_sqe__bindgen_ty_3, argument405 impl Default for io_uring_sqe { implementation
84 F: FnMut(&mut io_uring_sqe, &mut libc::iovec), in prep_next_sqe()636 fn get_mut(&mut self, index: usize) -> Option<&mut io_uring_sqe> { in get_mut()