hammer2_time_to_timespec
void hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts);
hammer2_time_to_timespec(ip->meta.ctime, &vap->va_ctime);
hammer2_time_to_timespec(ip->meta.mtime, &vap->va_mtime);
hammer2_time_to_timespec(ip->meta.mtime, &vap->va_atime);
void hammer2_time_to_timespec(uint64_t xtime, struct timespec *ts);
hammer2_time_to_timespec(ip->meta.ctime, &vap->va_ctime);
hammer2_time_to_timespec(ip->meta.mtime, &vap->va_mtime);
hammer2_time_to_timespec(ip->meta.mtime, &vap->va_atime);