Searched refs:overmount (Results 1 – 3 of 3) sorted by relevance
101 struct mount *overmount; /* mounted on ->mnt_root */ member247 while (m->overmount) in topmost_overmount()248 m = m->overmount; in topmost_overmount()
452 if (!list_is_singular(head) || !child->overmount) in propagate_mount_busy()550 if (m != p->overmount) in trim_ancestors()578 if (n != m->overmount) { in trim_one()680 struct mount *over = m->overmount; in propagate_umount()
991 if (unlikely(parent->overmount == mnt)) in __umount_mnt() 992 parent->overmount = NULL; in __umount_mnt() 1028 parent->overmount = mnt; in make_visible() 2579 for (top = source_mnt; unlikely(top->overmount); top = top->overmount) { in attach_recursive_mnt() 2738 * that has something mounted on top of it (i.e. has an overmount).2774 else if (beneath && &m->mnt == path->mnt && !m->overmount) in do_lock_mount() 3135 while (mnt->overmount) { in create_new_namespace() 3136 mnt = mnt->overmount; in create_new_namespace() 3546 if (mnt_from->overmount) in can_move_mount_beneath() [all...]