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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h64 #define AIO_FSYNC 0x00000004 /* aio_fsync with op = O_SYNC */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c427 fsync_kind = AIO_FSYNC;
1221 else if ( (entryp->flags & AIO_FSYNC) != 0 ) {
1327 else if ( (entryp->flags & AIO_FSYNC) != 0 ) {
1408 if ( (entryp->flags & AIO_FSYNC) != 0 ) {
1531 if ( (kindOfIO & AIO_FSYNC) != 0 )
1809 if ( (entryp->flags & (AIO_WRITE | AIO_FSYNC)) != 0 ) {

Completed in 15 milliseconds