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

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h71 #define AIO_FSYNC 0x00000004 /* aio_fsync with op = O_SYNC */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c704 fsync_kind = AIO_FSYNC;
1694 else if ( (entryp->flags & (AIO_FSYNC | AIO_DSYNC)) != 0 ) {
1797 if ( (entryp->flags & AIO_FSYNC) != 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.
2478 * If AIO_FSYNC is set, we have to also wait for metadata not really
2485 if (entryp->flags & AIO_FSYNC)

Completed in 69 milliseconds