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