Searched refs:aio_fsync (Results 1 – 6 of 6) sorted by relevance
| /rt/ |
| A D | aio_fsync.c | 57 versioned_symbol (libc, __aio_fsync, aio_fsync, GLIBC_2_34); 60 compat_symbol (librt, __aio_fsync, aio_fsync, GLIBC_2_1); 64 strong_alias (__aio_fsync, aio_fsync)
|
| A D | Versions | 9 aio_fsync; 67 aio_fsync; 108 aio_fsync;
|
| A D | aio.h | 173 extern int aio_fsync (int __operation, struct aiocb *__aiocbp) 207 extern int __REDIRECT_NTH (aio_fsync, 223 # define aio_fsync aio_fsync64 macro
|
| A D | tst-aio7.c | 92 if (aio_fsync (O_SYNC, &cb) != -1 || errno != EBADF) in do_test()
|
| A D | Makefile | 37 aio_fsync \
|
| A D | tst-aio.c | 228 if (aio_fsync (O_SYNC, &cbs_fsync) < 0) in do_test()
|
Completed in 16 milliseconds