Dmitry V. Levin
cf7ee30c6b
* mount.c: Remove definitions of mount flags constants. * xlat/mount_flags.in: Update from linux v4.0, add default values.
29 lines
473 B
Plaintext
29 lines
473 B
Plaintext
MS_RDONLY 1
|
|
MS_NOSUID 2
|
|
MS_NODEV 4
|
|
MS_NOEXEC 8
|
|
MS_SYNCHRONOUS 16
|
|
MS_REMOUNT 32
|
|
MS_MANDLOCK 64
|
|
MS_DIRSYNC 128
|
|
MS_NOATIME 1024
|
|
MS_NODIRATIME 2048
|
|
MS_BIND 4096
|
|
MS_MOVE 8192
|
|
MS_REC 16384
|
|
MS_SILENT 32768
|
|
MS_POSIXACL (1<<16)
|
|
MS_UNBINDABLE (1<<17)
|
|
MS_PRIVATE (1<<18)
|
|
MS_SLAVE (1<<19)
|
|
MS_SHARED (1<<20)
|
|
MS_RELATIME (1<<21)
|
|
MS_KERNMOUNT (1<<22)
|
|
MS_I_VERSION (1<<23)
|
|
MS_STRICTATIME (1<<24)
|
|
MS_LAZYTIME (1<<25)
|
|
MS_NOSEC (1<<28)
|
|
MS_BORN (1<<29)
|
|
MS_ACTIVE (1<<30)
|
|
MS_NOUSER (1<<31)
|