pub fn lookup_at<L>(
locked: &mut Locked<L>,
current_task: &CurrentTask,
dir_fd: FdNumber,
user_path: UserCString,
options: LookupFlags,
) -> Result<NamespaceNode, Errno>where
L: LockEqualOrBefore<FileOpsCore>,pub fn lookup_at<L>(
locked: &mut Locked<L>,
current_task: &CurrentTask,
dir_fd: FdNumber,
user_path: UserCString,
options: LookupFlags,
) -> Result<NamespaceNode, Errno>where
L: LockEqualOrBefore<FileOpsCore>,