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