IS_SUBDIR
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
is_subdir - is new dentry a subdirectory of old_dentry
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.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:51:08 GMT, April 09, 2004