Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds