Lines Matching refs:propagation
81 unsigned int propagation;
677 * propagation when a source mount @mnt whose root got overmounted by a
2256 * (++) the cloned mount is propagated to all the mounts in the propagation
2262 * (+++) the mount is propagated to all the mounts in the propagation tree
2283 * all the mounts in the propagation tree of the destination mount.
2286 * all the mounts belonging to the destination mount's propagation tree.
2531 /* Fail if any non-propagation flags are set */
2534 /* Only one propagation flag should be set */
3041 * - Prevent mounting beneath a mount if the propagation relationship
3065 /* Avoid creating shadow mounts during mount propagation. */
4423 if (kattr->propagation)
4424 change_mnt_propagation(m, kattr->propagation);
4448 if (kattr->propagation) {
4451 * propagation.
4454 if (kattr->propagation == MS_SHARED) {
4496 if (kattr->propagation) {
4586 if (attr->propagation & ~MOUNT_SETATTR_PROPAGATION_FLAGS)
4588 if (hweight32(attr->propagation & MOUNT_SETATTR_PROPAGATION_FLAGS) > 1)
4590 kattr->propagation = attr->propagation;
4677 attr.propagation == 0)