Searched refs:aio_fsync (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h68 * A aio_fsync() options that the calling thread is to continue execution
208 * aiocbp argument and queued at the time of the call to aio_fsync() to the
220 int aio_fsync( int op,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c687 * aio_fsync - asynchronously force all IO operations associated
694 aio_fsync(proc_t p, struct aio_fsync_args *uap, int *retval ) function
724 } /* aio_fsync */
1752 * aio_fsync complicates matters a bit since we cannot do the fsync until all async
1753 * IO requests at the time the aio_fsync call came in have completed.
1837 * aio_delay_fsync_request - look to see if this aio_fsync request should be delayed.
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c4825 /* test aio_fsync */
4871 my_err = aio_fsync( O_SYNC, my_aiocbp );
4873 printf( "aio_fsync failed with error %d - \"%s\" \n", my_err, strerror( my_err) );
4902 printf( "aio_fsync or aio_write failed - wrong data read \n" );

Completed in 21 milliseconds