.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "VXFS_INODE_BY_NAME" "" "06 October 2005" "" ""
.SH NAME
vxfs_inode_by_name \- find inode number for dentry
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
ino_t vxfs_inode_by_name (struct inode * \fIdip\fB, struct dentry * \fIdp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdip\fB\fR
directory to search in
.TP
\fB\fIdp\fB\fR
dentry we seach for
.SH "DESCRIPTION"
.PP
vxfs_inode_by_name finds out the inode number of
the path component described by \fIdp\fR in \fIdip\fR\&.
.SH "RETURNS"
.PP
The wanted inode number on success, else Zero.