Go to the documentation of this file.
10 #define _LINUX_MOUNT_H
12 #include <linux/types.h>
13 #include <linux/list.h>
24 #define MNT_NOSUID 0x01
25 #define MNT_NODEV 0x02
26 #define MNT_NOEXEC 0x04
27 #define MNT_NOATIME 0x08
28 #define MNT_NODIRATIME 0x10
29 #define MNT_RELATIME 0x20
30 #define MNT_READONLY 0x40
32 #define MNT_SHRINKABLE 0x100
33 #define MNT_WRITE_HOLD 0x200
35 #define MNT_SHARED 0x1000
36 #define MNT_UNBINDABLE 0x2000
44 #define MNT_SHARED_MASK (MNT_UNBINDABLE)
45 #define MNT_PROPAGATION_MASK (MNT_SHARED | MNT_UNBINDABLE)
48 #define MNT_INTERNAL 0x4000