.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "IS_SUBDIR" "" "06 October 2005" "" "" .SH NAME is_subdir \- is new dentry a subdirectory of old_dentry .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int is_subdir (struct dentry * \fInew_dentry\fB, struct dentry * \fIold_dentry\fB); \fR .SH "ARGUMENTS" .TP \fB\fInew_dentry\fB\fR new dentry .TP \fB\fIold_dentry\fB\fR old dentry .SH "DESCRIPTION" .PP Returns 1 if new_dentry is a subdirectory of the parent (at any depth). Returns 0 otherwise.