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

Function sys_fsync

freebsd/kern/vfs_syscalls.c:3513–3518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3511};
3512#endif
3513int
3514sys_fsync(struct thread *td, struct fsync_args *uap)
3515{
3516
3517 return (kern_fsync(td, uap->fd, true));
3518}
3519
3520int
3521sys_fdatasync(struct thread *td, struct fdatasync_args *uap)

Callers

nothing calls this directly

Calls 1

kern_fsyncFunction · 0.85

Tested by

no test coverage detected