Searched refs:kern_fsync (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() function3517 return (kern_fsync(td, uap->fd, true)); in sys_fsync()3524 return (kern_fsync(td, uap->fd, false)); in sys_fdatasync()