| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | aio.h | 145 extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1)); 179 extern int __REDIRECT_NTH (aio_write, (struct aiocb *__aiocbp), aio_write64) 208 # define aio_write aio_write64 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | aio.h | 145 extern int aio_write (struct aiocb *__aiocbp) __THROW __nonnull ((1)); 179 extern int __REDIRECT_NTH (aio_write, (struct aiocb *__aiocbp), aio_write64) 208 # define aio_write aio_write64 macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | aio.c | 1545 static int aio_write(struct kiocb *req, const struct iocb *iocb, in aio_write() function 1952 return aio_write(&req->rw, iocb, false, compat); in __io_submit_one() 1956 return aio_write(&req->rw, iocb, true, compat); in __io_submit_one()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-6 | 537 * aio_write: (libc)Asynchronous Reads/Writes. 3676 -- Function: int aio_write (struct aiocb *AIOCBP) 3697 When ‘aio_write’ returns, the return value is zero if no error 3706 The ‘aio_write’ function is not implemented. 3717 In the case ‘aio_write’ returns zero, the current status of the 3745 This function is similar to the ‘aio_write’ function. The only 3751 ‘aio_write’. 3754 function is available under the name ‘aio_write’ and so 3792 documentation for ‘aio_read’ and ‘aio_write’ above. 3802 ‘aio_read’ or ‘aio_write’. [all …]
|
| H A D | libc.info-16 | 537 * aio_write: (libc)Asynchronous Reads/Writes. 2558 * aio_write: Asynchronous Reads/Writes.
|
| H A D | dir | 99 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-14 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-17 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-8 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-13 | 537 * aio_write: (libc)Asynchronous Reads/Writes. 11375 ‘int aio_write (struct aiocb *AIOCBP)’
|
| H A D | libc.info-9 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-11 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-6 | 537 * aio_write: (libc)Asynchronous Reads/Writes. 3676 -- Function: int aio_write (struct aiocb *AIOCBP) 3697 When ‘aio_write’ returns, the return value is zero if no error 3706 The ‘aio_write’ function is not implemented. 3717 In the case ‘aio_write’ returns zero, the current status of the 3745 This function is similar to the ‘aio_write’ function. The only 3751 ‘aio_write’. 3754 function is available under the name ‘aio_write’ and so 3792 documentation for ‘aio_read’ and ‘aio_write’ above. 3802 ‘aio_read’ or ‘aio_write’. [all …]
|
| H A D | libc.info-16 | 537 * aio_write: (libc)Asynchronous Reads/Writes. 2558 * aio_write: Asynchronous Reads/Writes.
|
| H A D | dir | 99 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-14 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-17 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-8 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-13 | 537 * aio_write: (libc)Asynchronous Reads/Writes. 11375 ‘int aio_write (struct aiocb *AIOCBP)’
|
| H A D | libc.info-9 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| H A D | libc.info-10 | 537 * aio_write: (libc)Asynchronous Reads/Writes.
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-record.c | 191 rc = aio_write(cblock); in record__aio_write()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 585 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
|