VXFS_LOOKUP
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
vxfs_lookup - lookup pathname component
SYNOPSIS
"SYNOPSIS"
struct dentry * vxfs_lookup (struct inode * dip, struct dentry * dp, struct nameidata * nd);
ARGUMENTS
- dip
-
dir in which we lookup
- dp
-
dentry we lookup
- nd
-
lookup nameidata
DESCRIPTION
vxfs_lookup tries to lookup the pathname component described
by dp in dip.
RETURNS
A NULL-pointer on success, else an negative error code encoded
in the return pointer.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- RETURNS
-
This document was created by
man2html,
using the manual pages.
Time: 06:21:17 GMT, October 06, 2005