Home
last modified time | relevance | path

Searched refs:MS_RELATIME (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/xlat/
Dmount_flags.h139 #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),
Dmount_flags.in20 MS_RELATIME (1<<21)
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c41 #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/
Dmount.c40 #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/
Dmount.c40 #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/
Dmount.c40 #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/
Dfilesystem_arm.const20 MS_RELATIME = 2097152
Dfilesystem_arm64.const20 MS_RELATIME = 2097152
Dfilesystem_amd64.const20 MS_RELATIME = 2097152
Dfilesystem_ppc64le.const20 MS_RELATIME = 2097152
Dfilesystem_386.const20 MS_RELATIME = 2097152
Dfilesystem.txt574 … MS_NOATIME, MS_NODEV, MS_NODIRATIME, MS_NOEXEC, MS_NOSUID, MS_RDONLY, MS_RELATIME, MS_REMOUNT, MS…
/external/kernel-headers/original/uapi/linux/
Dmount.h32 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/external/toybox/toys/lsb/
Dmount.c105 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go832 MS_RELATIME = 0x200000 const
Dzerrors_linux_mipsle.go1029 MS_RELATIME = 0x200000 const
Dzerrors_linux_s390x.go1028 MS_RELATIME = 0x200000 const
Dzerrors_linux_arm.go1028 MS_RELATIME = 0x200000 const
Dzerrors_linux_ppc64le.go1028 MS_RELATIME = 0x200000 const
Dzerrors_linux_mips64.go1029 MS_RELATIME = 0x200000 const
Dzerrors_linux_ppc64.go1028 MS_RELATIME = 0x200000 const
Dzerrors_linux_amd64.go1030 MS_RELATIME = 0x200000 const
Dzerrors_linux_mips64le.go1029 MS_RELATIME = 0x200000 const
Dzerrors_linux_386.go1030 MS_RELATIME = 0x200000 const
/external/u-boot/fs/ubifs/
Dubifs.h496 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro

12