fn statx(self: *IO_Uring, user_data: u64, fd: os.fd_t, path: [:0]const u8, flags: u32, mask: u32, buf: *linux.Statx) !*linux.io_uring_sqe

Queues (but does not submit) an SQE to perform an statx(2). Returns a pointer to the SQE.

Parameters

self: *IO_Uring,
user_data: u64,
fd: os.fd_t,
path: [:0]const u8,
flags: u32,
mask: u32,
buf: *linux.Statx,