OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_NOATIME
(Results
1 - 15
of
15
) sorted by null
/external/strace/xlat/
statfs_flags.h
55
#if defined(
ST_NOATIME
) || (defined(HAVE_DECL_ST_NOATIME) && HAVE_DECL_ST_NOATIME)
57
static_assert((
ST_NOATIME
) == (0x0400), "
ST_NOATIME
!= 0x0400");
60
# define
ST_NOATIME
0x0400
94
XLAT(
ST_NOATIME
),
/bionic/libc/include/sys/
statvfs.h
58
#define
ST_NOATIME
0x0400
/external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c
127
ST_NOEXEC |
ST_NOATIME
| ST_NODIRATIME | ST_RELATIME | \
140
if (stat.f_flag &
ST_NOATIME
)
/external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go
1252
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_amd64.go
1271
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_arm.go
1241
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_arm64.go
1250
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_mips.go
1246
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_mips64.go
1252
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_mips64le.go
1252
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_mipsle.go
1246
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_ppc64.go
1260
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_ppc64le.go
1260
ST_NOATIME
= 0x400
[
all
...]
ztypes_linux_s390x.go
1277
ST_NOATIME
= 0x400
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
[
all
...]
Completed in 1051 milliseconds