VXFS_LOOKUP

Section: (9)
Updated: 09 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: 00:03:00 GMT, October 09, 2005