Lines Matching refs:mounts
30 Shared subtree provides four different flavors of mounts; struct vfsmount to be
53 and the contents of both the mounts remain identical.
79 All slave mounts have a master mount which is a shared.
169 B) A process wants its mounts invisible to any other process, but
170 still be able to see the other system mounts.
184 Hence forth any mounts within the /myprivatetree done by the
185 process will not show up in any other namespace. However mounts
195 The above semantics allows a way to share mounts across
250 (1) Shared mounts
261 /mnt or /tmp reflect in all the other mounts of its peer
265 (2) Slave mounts
368 are created and mounted at the dentry 'b' on all mounts where 'B'
377 are created and mounted at the dentry 'b' on all mounts where 'B'
378 propagates to. A new propagation tree is set containing all new mounts
384 'C' is mounted on mount 'B' at dentry 'b'. Also new mounts 'C1', 'C2',
385 'C3' ... are created and mounted at the dentry 'b' on all mounts where
386 'B' propagates to. A new propagation tree containing the new mounts
407 slave mount of 'Z'. In other words 'A' and 'C' are both slave mounts of
418 replicates all the mounts in the tree belonging to the specified mount.
419 Rbind mount is bind mount applied to all the mounts in the tree.
421 If the source tree that is rbind has some unbindable mounts,
478 mounted on mount 'B' at dentry 'b'. Also new mounts 'A1', 'A2'...'An'
479 are created and mounted at dentry 'b' on all mounts that receive
482 contains all the new mounts 'A1', 'A2'... 'An'. And this new
488 are created and mounted at dentry 'b' on all mounts that receive
491 'B'. This new propagation tree contains all the new mounts 'A1',
495 mount 'A' is mounted on mount 'B' at dentry 'b'. Also new mounts 'A1',
496 'A2'... 'An' are created and mounted at dentry 'b' on all mounts that
499 tree contains all the new mounts 'A1', 'A2'... 'An'. And this new
506 create new mounts that get mounted on the mounts that receive
546 If mount 'B' is shared, then all most-recently-mounted mounts at dentry
547 'b' on mounts that receive propagation from mount 'B' and does not have
548 sub-mounts within them are unmounted.
550 Example: Let's say 'B1', 'B2', 'B3' are shared mounts that propagate to
559 if 'C1' is unmounted, all the mounts that are most-recently-mounted on
560 'B1' and on the mounts that 'B1' propagates-to are unmounted.
567 If any of 'C2' or 'C3' has some child mounts, then that mount is not
568 unmounted, but all other mounts are unmounted. However if 'C1' is told
569 to be unmounted and 'C1' has some sub-mounts, the umount operation is
574 A cloned namespace contains all the mounts as that of the parent
577 Let's say 'A' and 'B' are the corresponding mounts in the parent and the
650 unmounted or moved. Bind mounts continue to exist even if the
664 if one rbind mounts a tree within the same subtree 'n' times
665 the number of mounts created is an exponential function of 'n'.
667 mounts. Here is a example.
735 mounts than what we really needed in the first place.
738 out the unneeded mounts. But there is a better solution.
739 Unclonable mounts come in handy here.
813 ->mnt_slave_list links all the mounts to which this vfsmount propagates
845 mounts as a conceptual entity called 'pnode', it becomes a tree]
857 other. 'A' has got 3 slave mounts 'E' 'F' and 'G' 'C' has got 2 slave
858 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'.
907 be attached to each of the mounts that receive
911 c) Link all the new mounts to form a propagation tree that
916 propagation trees; where 'n' is the number of mounts in the
920 the number of mounts to which the destination mount
927 destination mounts.