std › os › linux › io_uring_sqe › prep_openatprep_openatFunction parametersParameters#sqe:*linux.io_uring_sqefd:linux.fd_tpath:[*:0]const u8flags:linux.Omode:linux.mode_tType definitions in this namespaceTypes#io_uring_sqeSourceImplementation#pub fn prep_openat( sqe: *linux.io_uring_sqe, fd: linux.fd_t, path: [*:0]const u8, flags: linux.O, mode: linux.mode_t, ) void { sqe.prep_rw(.OPENAT, fd, @intFromPtr(path), mode, 0); sqe.rw_flags = @bitCast(flags); }
pub fn prep_openat( sqe: *linux.io_uring_sqe, fd: linux.fd_t, path: [*:0]const u8, flags: linux.O, mode: linux.mode_t, ) void { sqe.prep_rw(.OPENAT, fd, @intFromPtr(path), mode, 0); sqe.rw_flags = @bitCast(flags); }