Go to the documentation of this file. 1 #ifndef _LINUX_STATFS_H
2 #define _LINUX_STATFS_H
4 #include <linux/types.h>
5 #include <asm/statfs.h>
29 #define ST_RDONLY 0x0001
30 #define ST_NOSUID 0x0002
31 #define ST_NODEV 0x0004
32 #define ST_NOEXEC 0x0008
33 #define ST_SYNCHRONOUS 0x0010
34 #define ST_VALID 0x0020
35 #define ST_MANDLOCK 0x0040
39 #define ST_NOATIME 0x0400
40 #define ST_NODIRATIME 0x0800
41 #define ST_RELATIME 0x1000