Lines Matching refs:B

169 	B) A process wants its mounts invisible to any other process, but
343 mount --bind A/a B/b
345 where 'A' is the source mount, 'a' is the dentry in the mount 'A', 'B'
348 The outcome depends on the type of mount of 'A' and 'B'. The table
354 | dest(B) | | | | |
365 1. 'A' is a shared mount and 'B' is a shared mount. A new mount 'C'
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'
371 'B'. And finally the peer-group of 'C' is merged with the peer group
374 2. 'A' is a private mount and 'B' is a shared mount. A new mount 'C'
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'
380 propagation tree for 'B'.
382 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. A new
384 'C' is mounted on mount 'B' at dentry 'b'. Also new mounts 'C1', 'C2',
386 'B' propagates to. A new propagation tree containing the new mounts
388 propagation tree for 'B'. And finally the mount 'C' and its peer group
392 4. 'A' is a unbindable mount and 'B' is a shared mount. This is a
395 5. 'A' is a private mount and 'B' is a non-shared(private or slave or
397 Its root dentry is 'a'. 'C' is mounted on mount 'B' at dentry 'b'.
399 6. 'A' is a shared mount and 'B' is a non-shared mount. A new mount 'C'
401 mounted on mount 'B' at dentry 'b'. 'C' is made a member of the
404 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount. A
406 'a'. 'C' is mounted on mount 'B' at dentry 'b'. Also 'C' is set as a
412 8. 'A' is a unbindable mount and 'B' is a non-shared mount. This is a
429 B C
444 B' Note how the tree under C is pruned
454 mount --move A B/b
456 where 'A' is the source mount, 'B' is the destination mount and 'b' is
459 The outcome depends on the type of the mount of 'A' and 'B'. The table
465 | dest(B) | | | | |
477 1. 'A' is a shared mount and 'B' is a shared mount. The mount 'A' is
478 mounted on mount 'B' at dentry 'b'. Also new mounts 'A1', 'A2'...'An'
480 propagation from mount 'B'. A new propagation tree is created in the
481 exact same configuration as that of 'B'. This new propagation tree
486 2. 'A' is a private mount and 'B' is a shared mount. The mount 'A' is
487 mounted on mount 'B' at dentry 'b'. Also new mount 'A1', 'A2'... 'An'
489 propagation from mount 'B'. The mount 'A' becomes a shared mount and a
491 'B'. This new propagation tree contains all the new mounts 'A1',
494 3. 'A' is a slave mount of mount 'Z' and 'B' is a shared mount. The
495 mount 'A' is mounted on mount 'B' at dentry 'b'. Also new mounts 'A1',
497 receive propagation from mount 'B'. A new propagation tree is created
498 in the exact same configuration as that of 'B'. This new propagation
504 4. 'A' is a unbindable mount and 'B' is a shared mount. The operation
505 is invalid. Because mounting anything on the shared mount 'B' can
507 propagation from 'B'. And since the mount 'A' is unbindable, cloning
510 5. 'A' is a private mount and 'B' is a non-shared(private or slave or
511 unbindable) mount. The mount 'A' is mounted on mount 'B' at dentry 'b'.
513 6. 'A' is a shared mount and 'B' is a non-shared mount. The mount 'A'
514 is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
517 7. 'A' is a slave mount of mount 'Z' and 'B' is a non-shared mount.
518 The mount 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A'
521 8. 'A' is a unbindable mount and 'B' is a non-shared mount. The mount
522 'A' is mounted on mount 'B' at dentry 'b'. Mount 'A' continues to be a
529 mount device B/b
531 'B' is the destination mount and 'b' is the dentry in the destination
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
547 'b' on mounts that receive propagation from mount 'B' and does not have
577 Let's say 'A' and 'B' are the corresponding mounts in the parent and the
580 If 'A' is shared, then 'B' is also shared and 'A' and 'B' propagate to
583 If 'A' is a slave mount of 'Z', then 'B' is also the slave mount of
586 If 'A' is a private mount, then 'B' is a private mount too.
588 If 'A' is unbindable mount, then 'B' is a unbindable mount too.
605 B. What is the result of the following command sequence?
628 dentry 2. Let's call this mount 'B'
632 'B' is the slave of 'A' and 'C' is a slave of 'B'
633 A -> B -> C
641 will the mount propagate to 'B' and 'C' ?
848 A <--> B <--> C <---> D
856 In the above figure A,B,C and D all are shared and propagate to each
862 A's ->mnt_share links with the ->mnt_share of 'B' 'C' and 'D'
880 8B Locking: