Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dpnode.h21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
Dnamespace.c1701 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1787 if (mnt->mnt.mnt_flags & MNT_LOCKED) /* Check optimistically */ in can_umount()
1901 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
1995 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2080 flags |= MNT_LOCKED; in lock_mnt_tree()
2261 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2411 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
2856 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
3911 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
3937 if (root_mnt->mnt.mnt_flags & MNT_LOCKED) { in SYSCALL_DEFINE2()
[all …]
Dpnode.c423 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()
/linux-5.19.10/include/linux/
Dmount.h62 #define MNT_LOCKED 0x800000 macro