vfs_path_lookup(9)

NAME

vfs_path_lookup - lookup a file path relative to a dentry-vfsmount pair

SYNOPSIS

int vfs_path_lookup(struct dentry * dentry, struct vfsmount * mnt,
                    const char * name, unsigned int flags,
                    struct nameidata * nd);

ARGUMENTS

dentry
pointer to dentry of the base directory
mnt
pointer to vfs mount of the base directory
name
pointer to file name
flags
lookup flags
nd
pointer to nameidata

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout