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