OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_RELATIME
(Results
1 - 15
of
15
) sorted by null
/external/strace/xlat/
statfs_flags.h
69
#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
),
/bionic/libc/include/sys/
statvfs.h
60
#define
ST_RELATIME
0x1000
/external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c
127
ST_NOEXEC | ST_NOATIME | ST_NODIRATIME |
ST_RELATIME
| \
144
if (stat.f_flag &
ST_RELATIME
)
/external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go
1258
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_amd64.go
1277
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_arm.go
1247
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_arm64.go
1256
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_mips.go
1252
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_mips64.go
1258
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_mips64le.go
1258
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_mipsle.go
1252
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_ppc64.go
1266
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_ppc64le.go
1266
ST_RELATIME
= 0x1000
[
all
...]
ztypes_linux_s390x.go
1283
ST_RELATIME
= 0x1000
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
[
all
...]
Completed in 879 milliseconds