Searched refs:aio_fsync (Results 1 – 23 of 23) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/ |
D | aio.h | 48 int aio_fsync(int, struct aiocb *); 60 #define aio_fsync64 aio_fsync
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | aio.h | 48 int aio_fsync(int, struct aiocb *); 60 #define aio_fsync64 aio_fsync
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | aio.h | 48 int aio_fsync(int, struct aiocb *); 60 #define aio_fsync64 aio_fsync
|
/third_party/musl/include/ |
D | aio.h | 48 int aio_fsync(int, struct aiocb *); 60 #define aio_fsync64 aio_fsync
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/ |
D | coverage.txt | 1 this file defines the coverage for the aio_fsync() function testing.
|
D | 12-1.c | 33 if (aio_fsync(O_SYNC, &aiocb) != -1) { in main()
|
D | 4-1.c | 62 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 14-1.c | 71 if (aio_fsync(-1, &aiocb_fsync) != -1) { in main()
|
D | 5-1.c | 63 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 3-1.c | 62 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 2-1.c | 62 if (aio_fsync(O_DSYNC, &aiocb_fsync) != 0) { in main()
|
D | 8-3.c | 72 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 9-1.c | 71 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 8-1.c | 72 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 8-4.c | 72 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
D | 8-2.c | 72 if (aio_fsync(O_SYNC, &aiocb_fsync) != 0) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
D | 4-1.c | 13 static int (*dummy2) (int, struct aiocb*) = aio_fsync;
|
/third_party/musl/libc-test/src/api/ |
D | aio.c | 35 {int(*p)(int,struct aiocb*) = aio_fsync;} in f()
|
/third_party/musl/src/aio/ |
D | aio.c | 330 int aio_fsync(int op, struct aiocb *cb) in aio_fsync() function 397 weak_alias(aio_fsync, aio_fsync64);
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | aio.c | 333 int aio_fsync(int op, struct aiocb *cb) in aio_fsync() function 404 weak_alias(aio_fsync, aio_fsync64);
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
D | kernel.h | 485 unused_func_t aio_fsync; member
|
/third_party/musl/ |
D | libc.map.txt | 318 aio_fsync; 1983 aio_fsync;
|
/third_party/NuttX/ |
D | ReleaseNotes | 7410 aio_suspend(), aio_canel(), lio_listio(), and aio_fsync(). This
|