copy_tree
return copy_tree(old, old_path->dentry, copy_flags);
new = copy_tree(old, old->mnt.mnt_root, copy_flags);
this = copy_tree(copy, copy->mnt.mnt_root, type);
struct mount *copy_tree(struct mount *, struct dentry *, int);