• Home
  • Raw
  • Download

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::
168 The system administrator can make the mount at /cdrom shared::
174 mount at /cdrom which is a replica of the same mount in the
177 So when a CD is inserted and mounted at /cdrom that mount gets
178 propagated to the other mount at /cdrom in all the other clone
216 If the entire mount tree is visible at multiple locations, then
230 mount appears at /view/v1/usr, /view/v2/usr, /view/v3/usr and
273 The mount at /mnt and that at /tmp are both shared and belong
386 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ...
387 are created and mounted at the dentry 'b' on all mounts where 'B'
395 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ...
396 are created and mounted at the dentry 'b' on all mounts where 'B'
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
416 Its root dentry is 'a'. 'C' is mounted on mount 'B' at dentry 'b'.
420 mounted on mount 'B' at dentry 'b'. 'C' is made a member of the
425 'a'. 'C' is mounted on mount 'B' at dentry 'b'. Also 'C' is set as a
459 We will have the following tree at the new location::
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
510 mounted on mount 'B' at dentry 'b'. Also new mount 'A1', 'A2'... 'An'
511 are created and mounted at dentry 'b' on all mounts that receive
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
531 it to mount at other mountpoints is not possible.
534 unbindable) mount. The mount 'A' is mounted on mount 'B' at dentry 'b'.
537 is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
541 The mount 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A'
545 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
567 where 'A' is a mount mounted on mount 'B' at dentry 'b'.
569 If mount 'B' is shared, then all most-recently-mounted mounts at dentry
576 let's say 'A1', 'A2', 'A3' are first mounted at dentry 'b' on mount
579 let's say 'C1', 'C2', 'C3' are next mounted at the same dentry 'b' on
586 on 'B2' at dentry 'b' is 'C2', and that of mount 'B3' is 'C3'.
654 At this point we have the first mount at /tmp and
656 And then we have a second mount at /tmp1 with root
658 Next we have a third mount at /mnt with root dentry
664 at this point if we execute the following command
690 Let's say we want to replicate the mount tree at multiple
706 And we want to replicate the tree at multiple
769 at step i the number of vfsmounts is V[i] = i*V[i-1].
773 One could use a series of umount at each step to prune
785 How do we set up the same tree at multiple locations under
950 The overall algorithm breaks the operation into 3 phases: (look at