Home
last modified time | relevance | path

Searched refs:aio_prep_rw (Results 1 – 1 of 1) sorted by relevance

/linux/fs/
H A Daio.c1510 static int aio_prep_rw(struct kiocb *req, const struct iocb *iocb, int rw_type) in aio_prep_rw() function
1588 ret = aio_prep_rw(req, iocb, READ); in aio_read()
1615 ret = aio_prep_rw(req, iocb, WRITE); in aio_write()