Searched refs:fullsync (Results 1 – 2 of 2) sorted by relevance
147 int kern_fsync(struct thread *td, int fd, bool fullsync);
3462 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() argument3475 if (!fullsync) in kern_fsync()3495 error = fullsync ? VOP_FSYNC(vp, MNT_WAIT, td) : VOP_FDATASYNC(vp, td); in kern_fsync()