Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatfs_flags.h62 #if defined(ST_NODIRATIME) || (defined(HAVE_DECL_ST_NODIRATIME) && HAVE_DECL_ST_NODIRATIME)
64 static_assert((ST_NODIRATIME) == (0x0800), "ST_NODIRATIME != 0x0800");
67 # define ST_NODIRATIME 0x0800
95 XLAT(ST_NODIRATIME),
Dstatfs_flags.in9 ST_NODIRATIME 0x0800
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c127 ST_NOEXEC | ST_NOATIME | ST_NODIRATIME | ST_RELATIME | \ in read_mnt_flags()
142 if (stat.f_flag & ST_NODIRATIME) in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1279 ST_NODIRATIME = 0x800 const
Dztypes_linux_386.go1254 ST_NODIRATIME = 0x800 const
Dztypes_linux_mips.go1248 ST_NODIRATIME = 0x800 const
Dztypes_linux_amd64.go1273 ST_NODIRATIME = 0x800 const
Dztypes_linux_ppc64.go1262 ST_NODIRATIME = 0x800 const
Dztypes_linux_mips64.go1254 ST_NODIRATIME = 0x800 const
Dztypes_linux_mipsle.go1248 ST_NODIRATIME = 0x800 const
Dztypes_linux_arm.go1243 ST_NODIRATIME = 0x800 const
Dztypes_linux_arm64.go1252 ST_NODIRATIME = 0x800 const
Dztypes_linux_mips64le.go1254 ST_NODIRATIME = 0x800 const
Dztypes_linux_ppc64le.go1262 ST_NODIRATIME = 0x800 const
/external/python/cpython3/Modules/
Dposixmodule.c13118 #ifdef ST_NODIRATIME in all_ins()
13119 if (PyModule_AddIntMacro(m, ST_NODIRATIME)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst2583 (do not update access times), :const:`ST_NODIRATIME` (do not update directory access
2599 :const:`ST_IMMUTABLE`, :const:`ST_NOATIME`, :const:`ST_NODIRATIME`,