Lines Matching defs:from
142 * @origin: the original mount from where the tree walk initiated
358 * propagation_would_overmount - check whether propagation from @from
360 * @from: shared mount
362 * @mp: future mountpoint of @to on @from
364 * If @from propagates mounts to @to, @from and @to must either be peers
366 * peer of @from.
369 * the @to mount on @from then @to will be overmounted by whatever is
374 * Return: If @from overmounts @to, true is returned, false if not.
376 bool propagation_would_overmount(const struct mount *from,
380 if (!IS_MNT_SHARED(from))
390 if (peers(from, m))
567 * collect all mounts that receive propagation from the mount in @list,