Go to the documentation of this file.
11 #include <linux/list.h>
14 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED)
15 #define IS_MNT_SLAVE(m) ((m)->mnt_master)
16 #define IS_MNT_NEW(m) (!(m)->mnt_ns)
17 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED)
18 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE)
20 #define CL_EXPIRE 0x01
22 #define CL_COPY_ALL 0x04
23 #define CL_MAKE_SHARED 0x08
24 #define CL_PRIVATE 0x10
26 static inline void set_mnt_shared(
struct mount *
mnt)
46 const struct path *root);