Home
last modified time | relevance | path

Searched refs:MNT_LOCKED (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dmount.h44 MNT_LOCKED = 0x800000, enumerator
55 MNT_SYNC_UMOUNT | MNT_LOCKED
/linux/fs/
H A Dpnode.h21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
H A Dnamespace.c1941 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()
2659 child->mnt.mnt_flags |= MNT_LOCKED; in attach_recursive_mnt()
2660 q->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
3134 if (mnt->mnt.mnt_flags & MNT_LOCKED) in create_new_namespace()
[all …]
H A Dpnode.c477 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()