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

/darwin-on-arm/xnu/bsd/sys/
H A Daio_kern.h71 #define AIO_DSYNC 0x00000008 /* aio_fsync with op = O_DSYNC (not supported yet) */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c707 fsync_kind = AIO_DSYNC;
1695 else if ( (entryp->flags & (AIO_FSYNC | AIO_DSYNC)) != 0 ) {
2094 if ( (entryp->flags & (AIO_WRITE | AIO_FSYNC | AIO_DSYNC)) != 0 ) {
2462 * We are never called unless either AIO_FSYNC or AIO_DSYNC are set.
2464 * If AIO_DSYNC is set, we can tell the lower layers that it is OK

Completed in 22 milliseconds