fn fallocate(self: *IO_Uring, user_data: u64, fd: os.fd_t, mode: i32, offset: u64, len: u64) !*linux.io_uring_sqe
Queues (but does not submit) an SQE to perform an fallocate(2). Returns a pointer to the SQE.
fallocate(2)
self: *IO_Uring,
user_data: u64,
fd: os.fd_t,
mode: i32,
offset: u64,
len: u64,