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

/darwin-on-arm/xnu/bsd/sys/
H A Daio_kern.h70 #define AIO_FSYNC 0x00000004 /* aio_fsync with op = O_SYNC */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c705 fsync_kind = AIO_FSYNC;
1695 else if ( (entryp->flags & (AIO_FSYNC | AIO_DSYNC)) != 0 ) {
1798 if ( (entryp->flags & AIO_FSYNC) != 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.
2468 * If AIO_FSYNC is set, we have to also wait for metadata not really
2475 if (entryp->flags & AIO_FSYNC)

Completed in 20 milliseconds