copy_tree        1823 fs/namespace.c 		tree = copy_tree(real_mount(path->mnt), path->dentry,
copy_tree        2261 fs/namespace.c 		mnt = copy_tree(old, old_path->dentry, CL_COPY_MNT_NS_FILE);
copy_tree        3240 fs/namespace.c 	new = copy_tree(old, old->mnt.mnt_root, copy_flags);
copy_tree         261 fs/pnode.c     	child = copy_tree(last_source, last_source->mnt.mnt_root, type);
copy_tree          52 fs/pnode.h     struct mount *copy_tree(struct mount *, struct dentry *, int);