VXFS_FIND_ENTRY

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

vxfs_find_entry - find a mathing directory entry for a dentry  

SYNOPSIS

"SYNOPSIS"

struct vxfs_direct * vxfs_find_entry (struct inode * ip, struct dentry * dp, struct page ** ppp);  

ARGUMENTS

ip
directory inode
dp
dentry for which we want to find a direct
ppp
gets filled with the page the return value sits in
 

DESCRIPTION

vxfs_find_entry finds a &struct vxfs_direct for the VFS directory cache entry dp. ppp will be filled with the page the return value resides in.  

RETURNS

The wanted direct on success, else a NULL pointer.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS

This document was created by man2html, using the manual pages.
Time: 00:02:59 GMT, October 09, 2005