Home
last modified time | relevance | path

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

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