OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_SYNCHRONOUS
(Results
1 - 15
of
15
) sorted by null
/external/strace/xlat/
statfs_flags.h
41
#if defined(
ST_SYNCHRONOUS
) || (defined(HAVE_DECL_ST_SYNCHRONOUS) && HAVE_DECL_ST_SYNCHRONOUS)
43
static_assert((
ST_SYNCHRONOUS
) == (0x0010), "
ST_SYNCHRONOUS
!= 0x0010");
46
# define
ST_SYNCHRONOUS
0x0010
92
XLAT(
ST_SYNCHRONOUS
),
/bionic/libc/include/sys/
statvfs.h
56
#define
ST_SYNCHRONOUS
0x0010
/external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c
128
ST_SYNCHRONOUS
| ST_MANDLOCK)) {
146
if (stat.f_flag &
ST_SYNCHRONOUS
)
/external/syzkaller/vendor/golang.org/x/sys/unix/
ztypes_linux_386.go
1259
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_amd64.go
1278
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_arm.go
1248
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_arm64.go
1257
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_mips.go
1253
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_mips64.go
1259
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_mips64le.go
1259
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_mipsle.go
1253
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_ppc64.go
1267
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_ppc64le.go
1267
ST_SYNCHRONOUS
= 0x10
[
all
...]
ztypes_linux_s390x.go
1284
ST_SYNCHRONOUS
= 0x10
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
[
all
...]
Completed in 139 milliseconds