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

/linux-4.1.27/include/linux/
H A Dmount.h36 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ macro
44 #define MNT_SHARED_MASK (MNT_UNBINDABLE)
/linux-4.1.27/fs/
H A Dpnode.h18 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE)
H A Dpnode.c130 mnt->mnt.mnt_flags |= MNT_UNBINDABLE; change_mnt_propagation()
132 mnt->mnt.mnt_flags &= ~MNT_UNBINDABLE; change_mnt_propagation()

Completed in 90 milliseconds