Searched refs:aio_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/fs/ |
D | aio.c | 1516 static int aio_read(struct kiocb *req, const struct iocb *iocb, in aio_read() function 1832 return aio_read(&req->rw, iocb, false, compat); in __io_submit_one() 1836 return aio_read(&req->rw, iocb, true, compat); in __io_submit_one()
|
/Linux-v5.10/Documentation/process/ |
D | kernel-docs.rst | 249 :Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
|
/Linux-v5.10/Documentation/filesystems/ |
D | porting.rst | 585 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
|