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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h65 #define AIO_DSYNC 0x00000008 /* aio_fsync with op = O_DSYNC (not supported yet) */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c430 fsync_kind = AIO_DSYNC;
2139 * NOTE - we will not support AIO_DSYNC until fdatasync() is supported.
2140 * AIO_DSYNC is caught before we queue up a request and flagged as an error.

Completed in 27 milliseconds