Lines Matching full:at
59 The above command replicates the mount at /mnt to the mountpoint /tmp
70 Now let's say we mount a device at /tmp/a::
80 Note that the mount has propagated to the mount at /mnt as well.
99 the new mount at /tmp becomes a shared mount and it is a replica of
100 the mount at /mnt.
102 Now let's make the mount at /tmp; a slave of /mnt
114 Note the mount event has propagated to the mount at /tmp
116 However let's see what happens if we mount something on the mount at /tmp
125 Note how the mount event has not propagated to the mount at
136 let's say we have a mount at /mnt and we make it unbindable::
169 The system administrator can make the mount at /cdrom shared::
175 mount at /cdrom which is a replica of the same mount in the
178 So when a CD is inserted and mounted at /cdrom that mount gets
179 propagated to the other mount at /cdrom in all the other clone
217 If the entire mount tree is visible at multiple locations, then
231 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and
274 The mount at /mnt and that at /tmp are both shared and belong
387 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ...
388 are created and mounted at the dentry 'b' on all mounts where 'B'
396 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ...
397 are created and mounted at the dentry 'b' on all mounts where 'B'
404 'C' is mounted on mount 'B' at dentry 'b'. Also new mounts 'C1', 'C2',
405 'C3' ... are created and mounted at the dentry 'b' on all mounts where
417 Its root dentry is 'a'. 'C' is mounted on mount 'B' at dentry 'b'.
421 mounted on mount 'B' at dentry 'b'. 'C' is made a member of the
426 'a'. 'C' is mounted on mount 'B' at dentry 'b'. Also 'C' is set as a
460 We will have the following tree at the new location::
502 mounted on mount 'B' at dentry 'b'. Also new mounts 'A1', 'A2'...'An'
503 are created and mounted at dentry 'b' on all mounts that receive
511 mounted on mount 'B' at dentry 'b'. Also new mount 'A1', 'A2'... 'An'
512 are created and mounted at dentry 'b' on all mounts that receive
519 mount 'A' is mounted on mount 'B' at dentry 'b'. Also new mounts 'A1',
520 'A2'... 'An' are created and mounted at dentry 'b' on all mounts that
532 it to mount at other mountpoints is not possible.
535 unbindable) mount. The mount 'A' is mounted on mount 'B' at dentry 'b'.
538 is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
542 The mount 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A'
546 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
568 where 'A' is a mount mounted on mount 'B' at dentry 'b'.
570 If mount 'B' is shared, then all most-recently-mounted mounts at dentry
577 let's say 'A1', 'A2', 'A3' are first mounted at dentry 'b' on mount
580 let's say 'C1', 'C2', 'C3' are next mounted at the same dentry 'b' on
587 on 'B2' at dentry 'b' is 'C2', and that of mount 'B3' is 'C3'.
656 At this point we have the first mount at /tmp and
658 And then we have a second mount at /tmp1 with root
660 Next we have a third mount at /mnt with root dentry
666 at this point if we execute the following command
693 Let's say we want to replicate the mount tree at multiple
709 And we want to replicate the tree at multiple
772 at step i the number of vfsmounts is V[i] = i*V[i-1].
776 One could use a series of umount at each step to prune
788 How do we set up the same tree at multiple locations under
954 The overall algorithm breaks the operation into 3 phases: (look at