Searched refs:MNT_LOCKED (Results 1 – 4 of 4) sorted by relevance
44 MNT_LOCKED = 0x800000, enumerator55 MNT_SYNC_UMOUNT | MNT_LOCKED
21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
1946 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()2032 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()2188 if (src_mnt->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()2213 if (src_mnt->mnt.mnt_flags & MNT_LOCKED) in copy_tree()2214 dst_mnt->mnt.mnt_flags |= MNT_LOCKED; in copy_tree()2336 if (child->mnt.mnt_flags & MNT_LOCKED) in __has_locked_children()2439 flags |= MNT_LOCKED; in lock_mnt_tree()2664 child->mnt.mnt_flags |= MNT_LOCKED; in attach_recursive_mnt()2665 q->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()3145 if (mnt->mnt.mnt_flags & MNT_LOCKED) in create_new_namespace()[all …]
477 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()