/external/strace/xlat/ |
D | mount_flags.h | 139 #if defined(MS_RELATIME) || (defined(HAVE_DECL_MS_RELATIME) && HAVE_DECL_MS_RELATIME) 141 static_assert((MS_RELATIME) == ((1<<21)), "MS_RELATIME != (1<<21)"); 144 # define MS_RELATIME (1<<21) 246 XLAT(MS_RELATIME),
|
D | mount_flags.in | 20 MS_RELATIME (1<<21)
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 41 #ifndef MS_RELATIME 42 # define MS_RELATIME (1 << 21) macro 145 mnt_flags |= MS_RELATIME; in read_mnt_flags() 333 if (!test_unpriv_remount_atime(MS_RELATIME, in main() 348 if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME, in main()
|
/external/strace/tests-mx32/ |
D | mount.c | 40 #ifndef MS_RELATIME 41 # define MS_RELATIME (1ul << 21) macro 102 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
|
/external/strace/tests-m32/ |
D | mount.c | 40 #ifndef MS_RELATIME 41 # define MS_RELATIME (1ul << 21) macro 102 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
|
/external/strace/tests/ |
D | mount.c | 40 #ifndef MS_RELATIME 41 # define MS_RELATIME (1ul << 21) macro 102 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 20 MS_RELATIME = 2097152
|
D | filesystem_arm64.const | 20 MS_RELATIME = 2097152
|
D | filesystem_amd64.const | 20 MS_RELATIME = 2097152
|
D | filesystem_ppc64le.const | 20 MS_RELATIME = 2097152
|
D | filesystem_386.const | 20 MS_RELATIME = 2097152
|
D | filesystem.txt | 574 … MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_RDONLY, MS_RELATIME, MS_REMOUNT, MS…
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 32 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
|
/external/toybox/toys/lsb/ |
D | mount.c | 105 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 832 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_mipsle.go | 1029 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_s390x.go | 1028 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_arm.go | 1028 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_ppc64le.go | 1028 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_mips64.go | 1029 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_ppc64.go | 1028 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_amd64.go | 1030 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_mips64le.go | 1029 MS_RELATIME = 0x200000 const
|
D | zerrors_linux_386.go | 1030 MS_RELATIME = 0x200000 const
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 496 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
|