.\" 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_FIND_ENTRY" "" "06 October 2005" "" "" .SH NAME vxfs_find_entry \- find a mathing directory entry for a dentry .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct vxfs_direct * vxfs_find_entry (struct inode * \fIip\fB, struct dentry * \fIdp\fB, struct page ** \fIppp\fB); \fR .SH "ARGUMENTS" .TP \fB\fIip\fB\fR directory inode .TP \fB\fIdp\fB\fR dentry for which we want to find a direct .TP \fB\fIppp\fB\fR gets filled with the page the return value sits in .SH "DESCRIPTION" .PP vxfs_find_entry finds a &struct vxfs_direct for the VFS directory cache entry \fIdp\fR\&. \fIppp\fR will be filled with the page the return value resides in. .SH "RETURNS" .PP The wanted direct on success, else a NULL pointer.