Searched refs:O_DSYNC (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_o_dsync.h28 #ifndef O_DSYNC
29 #define O_DSYNC 0x400000 /* synch I/O data integrity */ macro
30 #endif /* O_DSYNC */
/darwin-on-arm/xnu/bsd/sys/
H A Daio.h78 #ifndef O_DSYNC /* allow simultaneous inclusion of <fcntl.h> */
79 #define O_DSYNC 0x400000 /* synch I/O data integrity */ macro
H A Dfcntl.h170 #ifndef O_DSYNC /* allow simultaneous inclusion of <aio.h> */
171 #define O_DSYNC 0x400000 /* synch I/O data integrity */ macro
216 #define FFDSYNC O_DSYNC /* kernel */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c986 * XXX We treat O_DSYNC as O_FSYNC for now, since we can not delay
990 if ((fp->f_fglob->fg_flag & (O_FSYNC|O_DSYNC)) ||
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c690 * NOTE - we do not support op O_DSYNC at this point since we do not support the
706 else if ( uap->op == O_DSYNC )

Completed in 33 milliseconds