VXFS_FIND_ENTRY
Section: ()
Updated: 06 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: 05:31:03 GMT, October 06, 2005