diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-02-05 10:03:23 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-02-05 10:03:23 +0100 |
| commit | 91651260a56b072878522a8bbfedcc7550023b8e (patch) | |
| tree | 1bc638d92ae03cab43c418dd3f20b07f171de5a7 /sys/sys_amd64.const | |
| parent | 1cf01173102ae35a87549e21c2a9d0358010d486 (diff) | |
sys: add more filesystems and mount flags
Diffstat (limited to 'sys/sys_amd64.const')
| -rw-r--r-- | sys/sys_amd64.const | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/sys_amd64.const b/sys/sys_amd64.const index 1edcb40b7..05fd22a49 100644 --- a/sys/sys_amd64.const +++ b/sys/sys_amd64.const @@ -265,6 +265,8 @@ MS_ASYNC = 1 MS_BIND = 4096 MS_DIRSYNC = 128 MS_INVALIDATE = 2 +MS_I_VERSION = 8388608 +MS_LAZYTIME = 33554432 MS_MANDLOCK = 64 MS_MOVE = 8192 MS_NOATIME = 1024 @@ -272,13 +274,19 @@ MS_NODEV = 4 MS_NODIRATIME = 2048 MS_NOEXEC = 8 MS_NOSUID = 2 +MS_POSIXACL = 65536 +MS_PRIVATE = 262144 MS_RDONLY = 1 +MS_REC = 16384 MS_RELATIME = 2097152 MS_REMOUNT = 32 +MS_SHARED = 1048576 MS_SILENT = 32768 +MS_SLAVE = 524288 MS_STRICTATIME = 16777216 MS_SYNC = 4 MS_SYNCHRONOUS = 16 +MS_UNBINDABLE = 131072 NT_386_IOPERM = 513 NT_386_TLS = 512 NT_AUXV = 6 |
