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)
1941 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()2027 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()2183 if (src_mnt->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()2208 if (src_mnt->mnt.mnt_flags & MNT_LOCKED) in copy_tree()2209 dst_mnt->mnt.mnt_flags |= MNT_LOCKED; in copy_tree()2331 if (child->mnt.mnt_flags & MNT_LOCKED) in __has_locked_children()2434 flags |= MNT_LOCKED; in lock_mnt_tree()3129 if (mnt->mnt.mnt_flags & MNT_LOCKED) in create_new_namespace()3147 mnt->mnt.mnt_flags |= MNT_LOCKED; in create_new_namespace()4660 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in path_pivot_root()[all …]
477 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()