Home
last modified time | relevance | path

Searched refs:ST_RELATIME (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dstatfs_flags.h69 #if defined(ST_RELATIME) || (defined(HAVE_DECL_ST_RELATIME) && HAVE_DECL_ST_RELATIME)
71 static_assert((ST_RELATIME) == (0x1000), "ST_RELATIME != 0x1000");
74 # define ST_RELATIME 0x1000
96 XLAT(ST_RELATIME),
Dstatfs_flags.in10 ST_RELATIME 0x1000
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()
144 if (stat.f_flag & ST_RELATIME) in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1283 ST_RELATIME = 0x1000 const
Dztypes_linux_386.go1258 ST_RELATIME = 0x1000 const
Dztypes_linux_mips.go1252 ST_RELATIME = 0x1000 const
Dztypes_linux_amd64.go1277 ST_RELATIME = 0x1000 const
Dztypes_linux_ppc64.go1266 ST_RELATIME = 0x1000 const
Dztypes_linux_mips64.go1258 ST_RELATIME = 0x1000 const
Dztypes_linux_mipsle.go1252 ST_RELATIME = 0x1000 const
Dztypes_linux_arm.go1247 ST_RELATIME = 0x1000 const
Dztypes_linux_arm64.go1256 ST_RELATIME = 0x1000 const
Dztypes_linux_mips64le.go1258 ST_RELATIME = 0x1000 const
Dztypes_linux_ppc64le.go1266 ST_RELATIME = 0x1000 const
/external/python/cpython3/Modules/
Dposixmodule.c13121 #ifdef ST_RELATIME in all_ins()
13122 if (PyModule_AddIntMacro(m, ST_RELATIME)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst2584 times), :const:`ST_RELATIME` (update atime relative to mtime/ctime).
2600 and :const:`ST_RELATIME` constants were added.