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.c1946 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 …]
H A Dpnode.c477 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()