Searched refs:AIO_DSYNC (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h72 #define AIO_DSYNC 0x00000008 /* aio_fsync with op = O_DSYNC (not supported yet) */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c706 fsync_kind = AIO_DSYNC;
1694 else if ( (entryp->flags & (AIO_FSYNC | AIO_DSYNC)) != 0 ) {
2109 if ( (entryp->flags & (AIO_WRITE | AIO_FSYNC | AIO_DSYNC)) != 0 ) {
2472 * We are never called unless either AIO_FSYNC or AIO_DSYNC are set.
2474 * If AIO_DSYNC is set, we can tell the lower layers that it is OK

Completed in 19 milliseconds