Searched refs:MS_POSIXACL (Results 1 – 23 of 23) sorted by relevance
/external/strace/xlat/ |
D | mount_flags.h | 104 #if defined(MS_POSIXACL) || (defined(HAVE_DECL_MS_POSIXACL) && HAVE_DECL_MS_POSIXACL) 106 static_assert((MS_POSIXACL) == ((1<<16)), "MS_POSIXACL != (1<<16)"); 109 # define MS_POSIXACL (1<<16) 241 XLAT(MS_POSIXACL),
|
D | mount_flags.in | 15 MS_POSIXACL (1<<16)
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 16 MS_POSIXACL = 65536
|
D | filesystem_arm64.const | 16 MS_POSIXACL = 65536
|
D | filesystem_amd64.const | 16 MS_POSIXACL = 65536
|
D | filesystem_ppc64le.const | 16 MS_POSIXACL = 65536
|
D | filesystem_386.const | 16 MS_POSIXACL = 65536
|
D | filesystem.txt | 574 …LATIME, MS_REMOUNT, MS_SILENT, MS_STRICTATIME, MS_SYNCHRONOUS, MS_REC, MS_POSIXACL, MS_UNBINDABLE,…
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 27 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 828 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_mipsle.go | 1025 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_s390x.go | 1024 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_arm.go | 1024 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_ppc64le.go | 1024 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_mips64.go | 1025 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_ppc64.go | 1024 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_amd64.go | 1026 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_mips64le.go | 1025 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_386.go | 1026 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_mips.go | 1025 MS_POSIXACL = 0x10000 const
|
D | zerrors_linux_arm64.go | 1027 MS_POSIXACL = 0x10000 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 491 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
|
/external/strace/ |
D | ChangeLog-CVS | 2373 MS_MOVE, MS_REC, MS_VERBOSE, MS_POSIXACL, MS_ACTIVE, MS_NOUSER):
|