Lines Matching refs:MNT_LOCKED
1701 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1787 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()
1901 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
1995 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2080 flags |= MNT_LOCKED; in lock_mnt_tree()
2261 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2411 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
2856 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
3911 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
3937 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()
3938 new_mnt->mnt.mnt_flags |= MNT_LOCKED; in SYSCALL_DEFINE2()
3939 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()
4400 mnt->mnt_flags |= MNT_LOCKED; in init_mount_tree()
4567 if (!(child->mnt.mnt_flags & MNT_LOCKED)) in mnt_already_visible()