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()
252 #define FFDSYNC O_DSYNC /* kernel */
674 } else if (uap->op == O_DSYNC) { in aio_fsync()
1289 if ((fp->fp_glob->fg_flag & (O_FSYNC | O_DSYNC)) || in vn_write()