Home
last modified time | relevance | path

Searched refs:fullsync (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsyscallsubr.h147 int kern_fsync(struct thread *td, int fd, bool fullsync);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3462 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() argument
3475 if (!fullsync) in kern_fsync()
3495 error = fullsync ? VOP_FSYNC(vp, MNT_WAIT, td) : VOP_FDATASYNC(vp, td); in kern_fsync()