DoxigAlpha

prep_files_update

Function parameters

Parameters

#
sqe:*linux.io_uring_sqe
fds:[]const linux.fd_t
offset:u32

Type definitions in this namespace

Types

#

Source

Implementation

#
pub fn prep_files_update(
    sqe: *linux.io_uring_sqe,
    fds: []const linux.fd_t,
    offset: u32,
) void {
    sqe.prep_rw(.FILES_UPDATE, -1, @intFromPtr(fds.ptr), fds.len, @intCast(offset));
}