HomeSort by relevance Sort by last modified time
    Searched defs:O_DSYNC (Results 1 - 4 of 4) sorted by null

  /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 72 milliseconds