Home
last modified time | relevance | path

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

/fs/
A Dpnode.c415 if (!list_is_singular(head) || !child->overmount) in propagate_mount_busy()
513 if (m != p->overmount) in trim_ancestors()
541 if (n != m->overmount) { in trim_one()
643 struct mount *over = m->overmount; in propagate_umount()
A Dmount.h94 struct mount *overmount; /* mounted on ->mnt_root */ member
A Dnamespace.c1052 if (unlikely(parent->overmount == mnt)) in __umount_mnt()
1053 parent->overmount = NULL; in __umount_mnt()
1089 parent->overmount = mnt; in make_visible()
2641 for (top = source_mnt; unlikely(top->overmount); top = top->overmount) { in attach_recursive_mnt()
2708 while (unlikely(r->overmount)) in attach_recursive_mnt()
2709 r = r->overmount; in attach_recursive_mnt()

Completed in 20 milliseconds