Lines Matching defs:tree
83 * up the tree.
86 * tree or hash is modified or when a vfsmount structure is modified.
1354 * may_umount_tree - check if a mount tree is busy
1355 * @mnt: root of mount tree
1357 * This is called to check if a tree of mounts has any
1884 struct mount *tree;
1887 tree = ERR_PTR(-EINVAL);
1889 tree = copy_tree(real_mount(path->mnt), path->dentry,
1892 if (IS_ERR(tree))
1893 return ERR_CAST(tree);
1894 return &tree->mnt;
2074 * @source_mnt : mount tree to be attached
2075 * @nd : place the mount tree @source_mnt is attached
2098 * tree of the destination mount and the cloned mount is added to
2103 * (+++) the mount is propagated to all the mounts in the propagation tree
2124 * all the mounts in the propagation tree of the destination mount.
2127 * all the mounts belonging to the destination mount's propagation tree.
2131 * if the source mount is a tree, the operations explained above is
2132 * applied to each mount in the tree.
2736 * Don't move a mount tree containing unbindable mounts to a destination
2787 * add a mount into a namespace's mount tree
2821 * be added to the namespace tree.
2862 * namespace's tree
3347 /* First pass: copy the tree topology */
3434 /* ... and return the root of (sub)tree on it */