Lines Matching refs:MNT_LOCKED
1652 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1738 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()
1852 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
1946 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2031 flags |= MNT_LOCKED; in lock_mnt_tree()
2211 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2361 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
2804 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
3859 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
3885 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()
3886 new_mnt->mnt.mnt_flags |= MNT_LOCKED; in SYSCALL_DEFINE2()
3887 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()
4298 mnt->mnt_flags |= MNT_LOCKED; in init_mount_tree()
4465 if (!(child->mnt.mnt_flags & MNT_LOCKED)) in mnt_already_visible()