Searched refs:MNT_UNBINDABLE (Results 1 – 3 of 3) sorted by relevance
36 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ macro44 #define MNT_SHARED_MASK (MNT_UNBINDABLE)45 #define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE)
18 #define IS_MNT_UNBINDABLE(mnt) (mnt->mnt_flags & MNT_UNBINDABLE)
143 mnt->mnt_flags |= MNT_UNBINDABLE; in change_mnt_propagation()145 mnt->mnt_flags &= ~MNT_UNBINDABLE; in change_mnt_propagation()