Searched refs:aio_read (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ |
D | aio.c | 1491 static ssize_t aio_read(struct kiocb *req, struct iocb *iocb, bool vectored, in aio_read() function 1832 ret = aio_read(&req->rw, &iocb, false, compat); in io_submit_one() 1838 ret = aio_read(&req->rw, &iocb, true, compat); in io_submit_one()
|
/Linux-v4.19/Documentation/process/ |
D | kernel-docs.rst | 261 :Keywords: IO, I/O, select(2), poll(2), FDs, aio_read(2), readiness
|
/Linux-v4.19/Documentation/filesystems/ |
D | porting | 485 ->aio_read/->aio_write are gone. Use ->read_iter/->write_iter.
|