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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h63 #define AIO_WRITE 0x00000002 macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c1039 error = aio_queue_async_request( p, uap->aiocbp, AIO_WRITE );
1218 else if ( (entryp->flags & AIO_WRITE) != 0 ) {
1324 else if ( (entryp->flags & AIO_WRITE) != 0 ) {
1801 entryp->flags |= AIO_WRITE;
1809 if ( (entryp->flags & (AIO_WRITE | AIO_FSYNC)) != 0 ) {
1813 if ( (entryp->flags & (AIO_READ | AIO_WRITE)) != 0 ) {

Completed in 147 milliseconds