Lines Matching refs:mounts
33 Shared subtree provides four different flavors of mounts; struct vfsmount to be
60 and the contents of both the mounts remain identical.
89 All slave mounts have a master mount which is a shared.
181 B) A process wants its mounts invisible to any other process, but
182 still be able to see the other system mounts.
196 Hence forth any mounts within the /myprivatetree done by the
197 process will not show up in any other namespace. However mounts
207 The above semantics allows a way to share mounts across
263 (1) Shared mounts
275 /mnt or /tmp reflect in all the other mounts of its peer
279 (2) Slave mounts
387 are created and mounted at the dentry 'b' on all mounts where 'B'
396 are created and mounted at the dentry 'b' on all mounts where 'B'
397 propagates to. A new propagation tree is set containing all new mounts
403 'C' is mounted on mount 'B' at dentry 'b'. Also new mounts 'C1', 'C2',
404 'C3' ... are created and mounted at the dentry 'b' on all mounts where
405 'B' propagates to. A new propagation tree containing the new mounts
426 slave mount of 'Z'. In other words 'A' and 'C' are both slave mounts of
437 replicates all the mounts in the tree belonging to the specified mount.
438 Rbind mount is bind mount applied to all the mounts in the tree.
440 If the source tree that is rbind has some unbindable mounts,
501 mounted on mount 'B' at dentry 'b'. Also new mounts 'A1', 'A2'...'An'
502 are created and mounted at dentry 'b' on all mounts that receive
505 contains all the new mounts 'A1', 'A2'... 'An'. And this new
511 are created and mounted at dentry 'b' on all mounts that receive
514 'B'. This new propagation tree contains all the new mounts 'A1',
518 mount 'A' is mounted on mount 'B' at dentry 'b'. Also new mounts 'A1',
519 'A2'... 'An' are created and mounted at dentry 'b' on all mounts that
522 tree contains all the new mounts 'A1', 'A2'... 'An'. And this new
529 create new mounts that get mounted on the mounts that receive
569 If mount 'B' is shared, then all most-recently-mounted mounts at dentry
570 'b' on mounts that receive propagation from mount 'B' and does not have
571 sub-mounts within them are unmounted.
573 Example: Let's say 'B1', 'B2', 'B3' are shared mounts that propagate to
582 if 'C1' is unmounted, all the mounts that are most-recently-mounted on
583 'B1' and on the mounts that 'B1' propagates-to are unmounted.
590 If any of 'C2' or 'C3' has some child mounts, then that mount is not
591 unmounted, but all other mounts are unmounted. However if 'C1' is told
592 to be unmounted and 'C1' has some sub-mounts, the umount operation is
597 A cloned namespace contains all the mounts as that of the parent
600 Let's say 'A' and 'B' are the corresponding mounts in the parent and the
679 unmounted or moved. Bind mounts continue to exist even if the
693 if one rbind mounts a tree within the same subtree 'n' times
694 the number of mounts created is an exponential function of 'n'.
696 mounts. Here is an example.
771 mounts than what we really needed in the first place.
774 out the unneeded mounts. But there is a better solution.
775 Unclonable mounts come in handy here.
859 links all the mounts to which this vfsmount propagates
894 mounts as a conceptual entity called 'pnode', it becomes a tree]::
906 other. 'A' has got 3 slave mounts 'E' 'F' and 'G' 'C' has got 2 slave
907 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'.
962 be attached to each of the mounts that receive
966 c) Link all the new mounts to form a propagation tree that
971 propagation trees; where 'n' is the number of mounts in the
975 the number of mounts to which the destination mount
982 destination mounts.