Lines Matching refs:slave

34 	b. slave mount
76 2b) A slave mount is like a shared mount except that mount and umount events
79 All slave mounts have a master mount which is a shared.
92 Now let's make the mount at /tmp; a slave of /mnt
93 # mount --make-slave /tmp
144 mount --make-slave mountpoint
180 of its namespace as slave
239 2) slave
240 3) shared and slave
267 A 'slave mount' is defined as a vfsmount that receives
270 A slave mount as the name implies has a master mount from which
272 the slave mount to the master. Only a shared mount can be made
273 a slave by executing the following command
275 mount --make-slave mount
277 A shared mount that is made as a slave is no more shared unless
282 A vfsmount can be both shared as well as slave. This state
283 indicates that the mount is a slave of some vfsmount, and
286 events to its 'peer group' and to its slave vfsmounts.
289 peer group, and this peer-group is a slave of some other
292 Only a slave vfsmount can be made as 'shared and slave' by
295 or by moving the slave vfsmount under a shared vfsmount.
313 | |make-shared | make-slave | make-private |make-unbindab|
315 |shared |shared |*slave/private| private | unbindable |
318 |slave |shared | **slave | private | unbindable |
319 | |and slave | | | |
321 |shared |shared | slave | private | unbindable |
322 |and slave |and slave | | | |
330 slave, makes it private automatically. Note that there is no master to
353 |source(A)->| shared | private | slave | unbindable |
358 | shared | shared | shared | shared & slave | invalid |
360 |non-shared| shared | private | slave | invalid |
382 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. A new
389 is made the slave of mount 'Z'. In other words, mount 'C' is in the
390 state 'slave and shared'.
395 5. 'A' is a private mount and 'B' is a non-shared(private or slave or
404 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount. A
407 slave mount of 'Z'. In other words 'A' and 'C' are both slave mounts of
464 | source(A)->| shared | private | slave | unbindable |
469 | shared | shared | shared |shared and slave| invalid |
471 |non-shared| shared | private | slave | unbindable |
494 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. The
501 'A'. Mount 'A' continues to be the slave mount of 'Z' but it also
510 5. 'A' is a private mount and 'B' is a non-shared(private or slave or
517 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount.
519 continues to be a slave mount of mount 'Z'.
583 If 'A' is a slave mount of 'Z', then 'B' is also the slave mount of
620 mount --make-slave /mnt
623 mount --make-slave /mnt
632 'B' is the slave of 'A' and 'C' is a slave of 'B'
657 semantics of slave mount using exportfs?
841 non-NULL, they form a contiguous (ordered) segment of slave list.
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'.