pub fn sys_openat( locked: &mut Locked<Unlocked>, current_task: &CurrentTask, dir_fd: FdNumber, user_path: UserCString, flags: u32, mode: FileMode, ) -> Result<FdNumber, Errno>