Home
last modified time | relevance | path

Searched refs:aio_write (Results 1 – 25 of 44) sorted by relevance

12

/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 Daio.h145 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 Daio.h145 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 Daio.c1545 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 Dlibc.info-6537 * 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
3751aio_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 Dlibc.info-16537 * aio_write: (libc)Asynchronous Reads/Writes.
2558 * aio_write: Asynchronous Reads/Writes.
H A Ddir99 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-14537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-17537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-8537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-13537 * aio_write: (libc)Asynchronous Reads/Writes.
11375 ‘int aio_write (struct aiocb *AIOCBP)’
H A Dlibc.info-9537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-11537 * 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 Dlibc.info-6537 * 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
3751aio_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 Dlibc.info-16537 * aio_write: (libc)Asynchronous Reads/Writes.
2558 * aio_write: Asynchronous Reads/Writes.
H A Ddir99 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-14537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-17537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-8537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-13537 * aio_write: (libc)Asynchronous Reads/Writes.
11375 ‘int aio_write (struct aiocb *AIOCBP)’
H A Dlibc.info-9537 * aio_write: (libc)Asynchronous Reads/Writes.
H A Dlibc.info-10537 * aio_write: (libc)Asynchronous Reads/Writes.
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c191 rc = aio_write(cblock); in record__aio_write()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst585 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.

12