Lines Matching refs:MNT_LOCKED
1632 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1726 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()
1840 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
1934 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2018 flags |= MNT_LOCKED; in lock_mnt_tree()
2198 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2348 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
2715 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
3752 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
3778 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()
3779 new_mnt->mnt.mnt_flags |= MNT_LOCKED; in SYSCALL_DEFINE2()
3780 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()
3832 mnt->mnt_flags |= MNT_LOCKED; in init_mount_tree()
3999 if (!(child->mnt.mnt_flags & MNT_LOCKED)) in mnt_already_visible()