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

Function sys_aio_fsync

freebsd/kern/vfs_aio.c:2605–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2603}
2604
2605int
2606sys_aio_fsync(struct thread *td, struct aio_fsync_args *uap)
2607{
2608
2609 return (kern_aio_fsync(td, uap->op, uap->aiocbp, &aiocb_ops));
2610}
2611
2612/* kqueue attach function */
2613static int

Callers

nothing calls this directly

Calls 1

kern_aio_fsyncFunction · 0.85

Tested by

no test coverage detected