Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_aio.c319 int aio_aqueue(struct thread *td, struct aiocb *ujob,
2164 return (aio_aqueue(td, (struct aiocb *)uap->aiocbp, NULL, LIO_READ, in freebsd6_aio_read()
2173 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READ, &aiocb_ops)); in sys_aio_read()
2180 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READV, &aiocb_ops)); in sys_aio_readv()
2198 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_WRITE, &aiocb_ops)); in sys_aio_write()
2205 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_WRITEV, &aiocb_ops)); in sys_aio_writev()
2212 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_MLOCK, &aiocb_ops)); in sys_aio_mlock()
2302 error = aio_aqueue(td, job, lj, LIO_NOP, ops); in kern_lio_listio()
2602 return (aio_aqueue(td, ujob, NULL, listop, ops)); in kern_aio_fsync()
2970 return (aio_aqueue(td, (struct aiocb *)uap->aiocbp, NULL, LIO_READ, in freebsd6_freebsd32_aio_read()
[all …]