Searched refs:cbs_fsync (Results 1 – 2 of 2) sorted by relevance
140 struct aiocb64 cbs_fsync; in do_test() local214 cbs_fsync.aio_fildes = fd; in do_test()215 cbs_fsync.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()216 cbp_fsync[0] = &cbs_fsync; in do_test()229 if (aio_fsync64 (O_SYNC, &cbs_fsync) < 0) in do_test()
139 struct aiocb cbs_fsync; in do_test() local213 cbs_fsync.aio_fildes = fd; in do_test()214 cbs_fsync.aio_sigevent.sigev_notify = SIGEV_NONE; in do_test()215 cbp_fsync[0] = &cbs_fsync; in do_test()228 if (aio_fsync (O_SYNC, &cbs_fsync) < 0) in do_test()
Completed in 5 milliseconds