Lines Matching full:slave
37 b. slave mount
86 2b) A slave mount is like a shared mount except that mount and umount events
89 All slave mounts have a master mount which is a shared.
102 Now let's make the mount at /tmp; a slave of /mnt
103 # mount --make-slave /tmp
156 mount --make-slave mountpoint
193 of its namespace as slave::
253 2) slave
254 3) shared and slave
280 (2) Slave mounts
282 A 'slave mount' is defined as a vfsmount that receives
285 A slave mount as the name implies has a master mount from which
287 the slave mount to the master. Only a shared mount can be made
288 a slave by executing the following command::
290 mount --make-slave mount
292 A shared mount that is made as a slave is no more shared unless
295 (3) Shared and Slave
297 A vfsmount can be both shared as well as slave. This state
298 indicates that the mount is a slave of some vfsmount, and
301 events to its 'peer group' and to its slave vfsmounts.
304 peer group, and this peer-group is a slave of some other
307 Only a slave vfsmount can be made as 'shared and slave' by
312 or by moving the slave vfsmount under a shared vfsmount.
332 | |make-shared | make-slave | make-private |make-unbindab|
334 |shared |shared |*slave/private| private | unbindable |
337 |slave |shared | **slave | private | unbindable |
338 | |and slave | | | |
340 |shared |shared | slave | private | unbindable |
341 |and slave |and slave | | | |
349 slave, makes it private automatically. Note that there is no master to
373 |source(A)->| shared | private | slave | unbindable |
378 | shared | shared | shared | shared & slave | invalid |
380 |non-shared| shared | private | slave | invalid |
402 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. A new
409 is made the slave of mount 'Z'. In other words, mount 'C' is in the
410 state 'slave and shared'.
415 5. 'A' is a private mount and 'B' is a non-shared(private or slave or
424 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount. A
427 slave mount of 'Z'. In other words 'A' and 'C' are both slave mounts of
487 | source(A)->| shared | private | slave | unbindable |
492 | shared | shared | shared |shared and slave| invalid |
494 |non-shared| shared | private | slave | unbindable |
518 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. The
525 'A'. Mount 'A' continues to be the slave mount of 'Z' but it also
534 5. 'A' is a private mount and 'B' is a non-shared(private or slave or
541 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount.
543 continues to be a slave mount of mount 'Z'.
607 If 'A' is a slave mount of 'Z', then 'B' is also the slave mount of
651 mount --make-slave /mnt
654 mount --make-slave /mnt
663 'B' is the slave of 'A' and 'C' is a slave of 'B'
689 semantics of slave mount using exportfs?
894 non-NULL, they form a contiguous (ordered) segment of slave list.
910 other. 'A' has got 3 slave mounts 'E' 'F' and 'G' 'C' has got 2 slave
911 mounts 'J' and 'K' and 'D' has got two slave mounts 'H' and 'I'.