kern_fsync
return (kern_fsync(uap->fd, true));
return (kern_fsync(uap->fd, false));
int kern_fsync(int fd, bool fullsync);