IS_SUBDIR
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
is_subdir - is new dentry a subdirectory of old_dentry
SYNOPSIS
"SYNOPSIS"
int is_subdir (struct dentry * new_dentry, struct dentry * old_dentry);
ARGUMENTS
- new_dentry
-
new dentry
- old_dentry
-
old dentry
DESCRIPTION
Returns 1 if new_dentry is a subdirectory of the parent (at any depth).
Returns 0 otherwise.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 13:31:34 GMT, October 06, 2005