OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_DSYNC
(Results
1 - 8
of
8
) sorted by null
/external/bison/darwin-lib/
fcntl.h
523
#ifndef
O_DSYNC
524
# define
O_DSYNC
0
/external/bison/linux-lib/
fcntl.h
523
#ifndef
O_DSYNC
524
# define
O_DSYNC
0
/bionic/libc/kernel/common/asm-generic/
fcntl.h
50
#ifndef
O_DSYNC
51
#define
O_DSYNC
00010000
82
#define O_SYNC (__O_SYNC|
O_DSYNC
)
/external/kernel-headers/original/asm-generic/
fcntl.h
40
#ifndef
O_DSYNC
41
#define
O_DSYNC
00010000 /* used to be O_SYNC, see below */
66
* Before Linux 2.6.33 only
O_DSYNC
semantics were implemented, but using
68
* for
O_DSYNC
semantics now, but using the correct symbolic name for it.
71
* new headers get at least
O_DSYNC
semantics on older kernels.
73
* This has the nice side-effect that we can simply test for
O_DSYNC
74
* wherever we do not care if
O_DSYNC
or O_SYNC is used.
80
#define O_SYNC (__O_SYNC|
O_DSYNC
)
/external/qemu/block/
raw-posix.c
81
/* OS X does not have
O_DSYNC
*/
82
#ifndef
O_DSYNC
84
#define
O_DSYNC
O_SYNC
86
#define
O_DSYNC
O_FSYNC
90
/* Approximate O_DIRECT with
O_DSYNC
if O_DIRECT isn't available */
92
#define O_DIRECT
O_DSYNC
144
/* Use
O_DSYNC
for write-through caching, no flags for write-back caching,
149
s->open_flags |=
O_DSYNC
;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h
60
# define
O_DSYNC
O_SYNC /* Synchronize data. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h
60
# define
O_DSYNC
O_SYNC /* Synchronize data. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h
60
# define
O_DSYNC
O_SYNC /* Synchronize data. */
Completed in 382 milliseconds