Searched refs:O_DSYNC (Results 1 – 5 of 5) sorted by relevance
28 #ifndef O_DSYNC29 #define O_DSYNC 0x400000 /* synch I/O data integrity */ macro
42 aio_fsync((n & 1) ? O_SYNC : O_DSYNC, &ap[n]); in attempt()
235 #define FFDSYNC O_DSYNC /* kernel */
1237 if ((fp->fp_glob->fg_flag & (O_FSYNC | O_DSYNC)) || in vn_write()
674 } else if (uap->op == O_DSYNC) { in aio_fsync()