Lines Matching refs:O_DSYNC
82 /* OS X does not have O_DSYNC */83 #ifndef O_DSYNC84 #define O_DSYNC O_SYNC87 /* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */89 #define O_DIRECT O_DSYNC144 /* Use O_DSYNC for write-through caching, no flags for write-back caching,149 s->open_flags |= O_DSYNC;