Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmount.h36 #define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */ macro
44 #define MNT_SHARED_MASK (MNT_UNBINDABLE)
45 #define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE)
/linux-3.4.99/fs/
Dpnode.h18 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE)
Dpnode.c128 mnt->mnt.mnt_flags |= MNT_UNBINDABLE; in change_mnt_propagation()
130 mnt->mnt.mnt_flags &= ~MNT_UNBINDABLE; in change_mnt_propagation()