Searched defs:aio_fsync (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Daio.h57 #pragma redefine_extname aio_fsync aio_fsync64
69 #define aio_fsync aio_fsync64 macro
87 #pragma redefine_extname aio_fsync64 aio_fsync
99 #define aio_fsync64 aio_fsync
117 extern int aio_fsync(int, aiocb_t *);
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c36 * aio_fsync
773 aio_fsync(int op, aiocb_t *aiocbp) function
795 * Kernel aio_fsync() is not supported.
796 * We force user-level aio_fsync() just
1653 * Kernel aio_fsync() is not supported.
1654 * We force user-level aio_fsync() just

Completed in 60 milliseconds