Lines Matching refs:MNT_LOCKED
1703 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1789 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()
1903 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
1997 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2082 flags |= MNT_LOCKED; in lock_mnt_tree()
2263 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2413 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
2858 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
3914 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
3940 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()
3941 new_mnt->mnt.mnt_flags |= MNT_LOCKED; in SYSCALL_DEFINE2()
3942 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()
4406 mnt->mnt_flags |= MNT_LOCKED; in init_mount_tree()
4572 if (!(child->mnt.mnt_flags & MNT_LOCKED)) in mnt_already_visible()