MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_aio_read

Function sys_aio_read

freebsd/kern/vfs_aio.c:2169–2174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2167#endif
2168
2169int
2170sys_aio_read(struct thread *td, struct aio_read_args *uap)
2171{
2172
2173 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_READ, &aiocb_ops));
2174}
2175
2176int
2177sys_aio_readv(struct thread *td, struct aio_readv_args *uap)

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected