Lines Matching refs:MNT_LOCKED
1780 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1879 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()
1993 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
2087 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2172 flags |= MNT_LOCKED; in lock_mnt_tree()
2376 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2594 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
3142 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
4209 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
4235 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()
4236 new_mnt->mnt.mnt_flags |= MNT_LOCKED; in SYSCALL_DEFINE2()
4237 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()
4701 mnt->mnt_flags |= MNT_LOCKED; in init_mount_tree()
4867 if (!(child->mnt.mnt_flags & MNT_LOCKED)) in mnt_already_visible()