Searched refs:fullsync (Results 1 – 4 of 4) sorted by relevance
71 fullsync { DP; return FULLSYNC; }
215 SYNTAX INTEGER { fullsync(0), memsync(1), async(2) }
177 int kern_fsync(struct thread *td, int fd, bool fullsync);
3562 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() argument3575 if (!fullsync) in kern_fsync()3585 error = fullsync ? VOP_FSYNC(vp, MNT_WAIT, td) : VOP_FDATASYNC(vp, td); in kern_fsync()