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

Function sys_aio_write

freebsd/kern/vfs_aio.c:2194–2199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2192#endif
2193
2194int
2195sys_aio_write(struct thread *td, struct aio_write_args *uap)
2196{
2197
2198 return (aio_aqueue(td, uap->aiocbp, NULL, LIO_WRITE, &aiocb_ops));
2199}
2200
2201int
2202sys_aio_writev(struct thread *td, struct aio_writev_args *uap)

Callers

nothing calls this directly

Calls 1

aio_aqueueFunction · 0.85

Tested by

no test coverage detected