'\" t .\" Title: vfs_path_lookup .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: September 2017 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 4.12.13 .\" Language: English .\" .TH "VFS_PATH_LOOKUP" "9" "September 2017" "Kernel Hackers Manual 4\&.12\&" "The Linux VFS" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" vfs_path_lookup \- lookup a file path relative to a dentry\-vfsmount pair .SH "SYNOPSIS" .HP \w'int\ vfs_path_lookup('u .BI "int vfs_path_lookup(struct\ dentry\ *\ " "dentry" ", struct\ vfsmount\ *\ " "mnt" ", const\ char\ *\ " "name" ", unsigned\ int\ " "flags" ", struct\ path\ *\ " "path" ");" .SH "ARGUMENTS" .PP \fIstruct dentry * dentry\fR .RS 4 pointer to dentry of the base directory .RE .PP \fIstruct vfsmount * mnt\fR .RS 4 pointer to vfs mount of the base directory .RE .PP \fIconst char * name\fR .RS 4 pointer to file name .RE .PP \fIunsigned int flags\fR .RS 4 lookup flags .RE .PP \fIstruct path * path\fR .RS 4 pointer to struct path to fill .RE .SH "COPYRIGHT" .br