IS_SUBDIR
Section: (9)
Updated: 09 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.
Caller must ensure that ``new_dentry'' is pinned before calling is_subdir
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:20 GMT, October 09, 2005