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

/linux-master/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)
/linux-master/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;
135 mnt->mnt.mnt_flags &= ~MNT_UNBINDABLE;

Completed in 151 milliseconds