__D_PATH
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
__d_path - return the path of a dentry
SYNOPSIS
"SYNOPSIS"
char * __d_path (struct dentry * dentry, struct vfsmount * vfsmnt, struct dentry * root, struct vfsmount * rootmnt, char * buffer, int buflen);
ARGUMENTS
- dentry
-
dentry to report
- vfsmnt
-
vfsmnt to which the dentry belongs
- root
-
root dentry
- rootmnt
-
vfsmnt to which the root dentry belongs
- buffer
-
buffer to return value in
- buflen
-
buffer length
DESCRIPTION
Convert a dentry into an ASCII path name. If the entry has been deleted
the string `` (deleted)'' is appended. Note that this is ambiguous.
Returns the buffer or an error code if the path was too long.
``buflen'' should be positive. Caller holds the dcache_lock.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 07:06:56 GMT, October 06, 2005