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

Function sys_fdatasync

freebsd/kern/vfs_syscalls.c:3520–3525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3518}
3519
3520int
3521sys_fdatasync(struct thread *td, struct fdatasync_args *uap)
3522{
3523
3524 return (kern_fsync(td, uap->fd, false));
3525}
3526
3527/*
3528 * Rename files. Source and destination must either both be directories, or

Callers

nothing calls this directly

Calls 1

kern_fsyncFunction · 0.85

Tested by

no test coverage detected