int is_subdir (struct dentry * new_dentry, struct dentry * old_dentry);
int is_subdir
new dentry
old dentry
Returns 1 if new_dentry is a subdirectory of the parent (at any depth). Returns 0 otherwise.