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

/xnu-2422.115.4/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 */
/xnu-2422.115.4/bsd/sys/
H A Dfcntl.h203 #define FFDSYNC O_DSYNC /* kernel */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c997 * XXX We treat O_DSYNC as O_FSYNC for now, since we can not delay
1001 if ((fp->f_fglob->fg_flag & (O_FSYNC|O_DSYNC)) ||
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c689 * NOTE - we do not support op O_DSYNC at this point since we do not support the
705 else if ( uap->op == O_DSYNC )

Completed in 34 milliseconds