Searched defs:io_uring_rsrc_update2 (Results 1 – 4 of 4) sorted by relevance
451 struct io_uring_rsrc_update2 { struct452 __u32 offset;453 __u32 resv;454 __aligned_u64 data;455 __aligned_u64 tags;456 __u32 nr;457 __u32 resv2;
556 struct io_uring_rsrc_update2 { struct557 __u32 offset;558 __u32 resv;559 __aligned_u64 data;560 __aligned_u64 tags;561 __u32 nr;562 __u32 resv2;
472 pub struct io_uring_rsrc_update2 { struct473 pub offset: u32,474 pub resv: u32,475 pub data: u64,476 pub tags: u64,477 pub nr: u32,478 pub resv2: u32,
44236 struct io_uring_rsrc_update2 { struct44237 __u32 offset;44238 __u32 resv;44239 __u64 data;44240 __u64 tags;44241 __u32 nr;44242 __u32 resv2;