vfs_path_lookup(9) centos man page | unix.com

Man Page: vfs_path_lookup

Operating Environment: centos

Section: 9

VFS_PATH_LOOKUP(9)						   The Linux VFS						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 path * path);
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 path pointer to struct path to fill
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 VFS_PATH_LOOKUP(9)
Related Man Pages
debugfs_create_u16(9) - centos
debugfs_create_file(9) - centos
debugfs_create_blob(9) - centos
debugfs_create_file(9) - suse
debugfs_create_u64(9) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Tar Command
Docker learning Phase-I
Controlling user input
[TIP] Processing YAML files with yq