Home
last modified time | relevance | path

Searched refs:MNT_UNBINDABLE (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dmount.h39 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ macro
47 #define MNT_SHARED_MASK (MNT_UNBINDABLE)
/kernel/linux/linux-5.10/fs/
Dpnode.h17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE)
Dpnode.c133 mnt->mnt.mnt_flags |= MNT_UNBINDABLE; in change_mnt_propagation()
135 mnt->mnt.mnt_flags &= ~MNT_UNBINDABLE; in change_mnt_propagation()