Home
last modified time | relevance | path

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

/external/strace/xlat/
Dstatfs_flags.h41 #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),
Dstatfs_flags.in6 ST_SYNCHRONOUS 0x0010
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c128 ST_SYNCHRONOUS | ST_MANDLOCK)) { in read_mnt_flags()
146 if (stat.f_flag & ST_SYNCHRONOUS) in read_mnt_flags()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_s390x.go1284 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_386.go1259 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_mips.go1253 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_amd64.go1278 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_ppc64.go1267 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_mips64.go1259 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_mipsle.go1253 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_arm.go1248 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_arm64.go1257 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_mips64le.go1259 ST_SYNCHRONOUS = 0x10 const
Dztypes_linux_ppc64le.go1267 ST_SYNCHRONOUS = 0x10 const
/external/python/cpython3/Modules/
Dposixmodule.c13103 #ifdef ST_SYNCHRONOUS in all_ins()
13104 if (PyModule_AddIntMacro(m, ST_SYNCHRONOUS)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst2579 :const:`ST_NOEXEC` (disallow program execution), :const:`ST_SYNCHRONOUS`
2597 The :const:`ST_NODEV`, :const:`ST_NOEXEC`, :const:`ST_SYNCHRONOUS`,