Home
last modified time | relevance | path

Searched refs:overmount (Results 1 – 5 of 5) sorted by relevance

/linux/fs/
H A Dmount.h93 struct mount *overmount; /* mounted on ->mnt_root */ member
239 while (m->overmount) in topmost_overmount()
240 m = m->overmount; in topmost_overmount()
H A Dpnode.c452 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()
H A Dnamespace.c991 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()
2761 else if (beneath && &m->mnt == path->mnt && !m->overmount) in do_lock_mount()
3127 while (mnt->overmount) { in create_new_namespace()
3128 mnt = mnt->overmount; in create_new_namespace()
3539 if (mnt_from->overmount) in can_move_mount_beneath()
3684 over = mp.parent->overmount; in do_move_mount()
/linux/Documentation/filesystems/
H A Dpropagate_umount.txt238 elements, i.e. when the last element does not overmount the root of m.
240 overmount the root of m.
244 removed if and only if x_{i+1} does not overmount its root. It's easy
H A Dramfs-rootfs-initramfs.rst120 off control it can overmount / with a new root device and exec another init