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

Function freebsd32_aio_fsync

freebsd/kern/vfs_aio.c:3049–3055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3047}
3048
3049int
3050freebsd32_aio_fsync(struct thread *td, struct freebsd32_aio_fsync_args *uap)
3051{
3052
3053 return (kern_aio_fsync(td, uap->op, (struct aiocb *)uap->aiocbp,
3054 &aiocb32_ops));
3055}
3056
3057#ifdef COMPAT_FREEBSD6
3058int

Callers

nothing calls this directly

Calls 1

kern_aio_fsyncFunction · 0.85

Tested by

no test coverage detected