Searched refs:MNT_LOCKED (Results 1 – 4 of 4) sorted by relevance
21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
1950 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()2036 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()2188 if (src_mnt->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()2284 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()2369 flags |= MNT_LOCKED; in lock_mnt_tree()2577 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()2800 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()3361 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()4431 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()4457 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()[all …]
461 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()
62 #define MNT_LOCKED 0x800000 macro