Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/
A Dpnode.h21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED)
A Dnamespace.c1703 if (mnt->mnt.mnt_flags & MNT_LOCKED) in do_umount()
1903 if (s->mnt.mnt_flags & MNT_LOCKED) { in copy_tree()
1997 if (child->mnt.mnt_flags & MNT_LOCKED) in has_locked_children()
2082 flags |= MNT_LOCKED; in lock_mnt_tree()
2263 child->mnt.mnt_flags &= ~MNT_LOCKED; in attach_recursive_mnt()
2413 mnt->mnt.mnt_flags &= ~MNT_LOCKED; in __do_loopback()
2858 if (old->mnt.mnt_flags & MNT_LOCKED) in do_move_mount()
3914 if (new_mnt->mnt.mnt_flags & MNT_LOCKED) in SYSCALL_DEFINE2()
3941 new_mnt->mnt.mnt_flags |= MNT_LOCKED; in SYSCALL_DEFINE2()
3942 root_mnt->mnt.mnt_flags &= ~MNT_LOCKED; in SYSCALL_DEFINE2()
[all …]
A Dpnode.c423 child->mnt.mnt_flags &= ~MNT_LOCKED; in propagate_mount_unlock()
/linux-6.3-rc2/include/linux/
A Dmount.h63 #define MNT_LOCKED 0x800000 macro

Completed in 11 milliseconds