copy_tree          54 fs/internal.h  extern struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);
copy_tree        1244 fs/namespace.c 	tree = copy_tree(mnt, dentry, CL_COPY_ALL | CL_PRIVATE);
copy_tree        1488 fs/namespace.c 		mnt = copy_tree(old_nd.path.mnt, old_nd.path.dentry, 0);
copy_tree        1991 fs/namespace.c 	new_ns->root = copy_tree(mnt_ns->root, mnt_ns->root->mnt_root,
copy_tree         247 fs/pnode.c     		if (!(child = copy_tree(source, source->mnt_root, type))) {