Lines Matching full:at
52 The above command replicates the mount at /mnt to the mountpoint /tmp
61 Now let's say we mount a device at /tmp/a
70 Note that the mount has propagated to the mount at /mnt as well.
89 the new mount at /tmp becomes a shared mount and it is a replica of
90 the mount at /mnt.
92 Now let's make the mount at /tmp; a slave of /mnt
104 Note the mount event has propagated to the mount at /tmp
106 However let's see what happens if we mount something on the mount at /tmp
115 Note how the mount event has not propagated to the mount at
126 let's say we have a mount at /mnt and we make is unbindable
157 The system administrator can make the mount at /cdrom shared
162 mount at /cdrom which is a replica of the same mount in the
165 So when a CD is inserted and mounted at /cdrom that mount gets
166 propagated to the other mount at /cdrom in all the other clone
204 If the entire mount tree is visible at multiple locations, then
218 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and
259 The mount at /mnt and that at /tmp are both shared and belong
367 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ...
368 are created and mounted at the dentry 'b' on all mounts where 'B'
376 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ...
377 are created and mounted at the dentry 'b' on all mounts where 'B'
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
397 Its root dentry is 'a'. 'C' is mounted on mount 'B' at dentry 'b'.
401 mounted on mount 'B' at dentry 'b'. 'C' is made a member of the
406 'a'. 'C' is mounted on mount 'B' at dentry 'b'. Also 'C' is set as a
438 We will have the following tree at the new location.
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
487 mounted on mount 'B' at dentry 'b'. Also new mount 'A1', 'A2'... 'An'
488 are created and mounted at dentry 'b' on all mounts that receive
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
508 it to mount at other mountpoints is not possible.
511 unbindable) mount. The mount 'A' is mounted on mount 'B' at dentry 'b'.
514 is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
518 The mount 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A'
522 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
544 where 'A' is a mount mounted on mount 'B' at dentry 'b'.
546 If mount 'B' is shared, then all most-recently-mounted mounts at dentry
553 let's say 'A1', 'A2', 'A3' are first mounted at dentry 'b' on mount
556 let's say 'C1', 'C2', 'C3' are next mounted at the same dentry 'b' on
563 on 'B2' at dentry 'b' is 'C2', and that of mount 'B3' is 'C3'.
625 At this point we have the first mount at /tmp and
627 And then we have a second mount at /tmp1 with root
629 Next we have a third mount at /mnt with root dentry
635 at this point if we execute the following command
661 Let's say we want to replicate the mount tree at multiple
676 And we want to replicate the tree at multiple
733 at step i the number of vfsmounts is V[i] = i*V[i-1].
737 One could use a series of umount at each step to prune
748 How do we set up the same tree at multiple locations under
896 The overall algorithm breaks the operation into 3 phases: (look at