Searched defs:io_uring_files_update (Results 1 – 5 of 5) sorted by relevance
233 struct io_uring_files_update { struct234 uint32_t offset;235 uint32_t resv;236 uint64_t __attribute__((aligned(8))) fds;
1265 pub struct io_uring_files_update { struct1266 pub offset: u32,1267 pub resv: u32,1268 pub fds: u64,
629 struct io_uring_files_update { struct630 __u32 offset;631 __u32 resv;632 __aligned_u64 /* __s32 * */ fds;
507 pub struct io_uring_files_update { struct508 pub offset: u32,509 pub resv: u32,510 pub fds: u64,