fn linkat(self: *IO_Uring, user_data: u64, old_dir_fd: os.fd_t, old_path: [*:0]const u8, new_dir_fd: os.fd_t, new_path: [*:0]const u8, flags: u32) !*linux.io_uring_sqe
Queues (but does not submit) an SQE to perform a linkat(2). Returns a pointer to the SQE.
linkat(2)
self: *IO_Uring,
user_data: u64,
old_dir_fd: os.fd_t,
old_path: [*:0]const u8,
new_dir_fd: os.fd_t,
new_path: [*:0]const u8,
flags: u32,