udf_timespec_to_timestamp
udf_timespec_to_timestamp(&now, timestamp);
udf_timespec_to_timestamp(&t, timestamp);
extern void udf_timespec_to_timestamp(struct timespec *timespec,
udf_timespec_to_timestamp(&now_s, &ump->logvol_integrity->time);
udf_timespec_to_timestamp(&now, &fe->atime);
udf_timespec_to_timestamp(&now, &fe->attrtime);
udf_timespec_to_timestamp(&now, &fe->mtime);
udf_timespec_to_timestamp(&now, &ft_extattr->times[0]);
udf_timespec_to_timestamp(&now, &efe->ctime);
udf_timespec_to_timestamp(&now, &efe->atime);
udf_timespec_to_timestamp(&now, &efe->attrtime);
udf_timespec_to_timestamp(&now, &efe->mtime);
udf_timespec_to_timestamp(acc, atime);
udf_timespec_to_timestamp(mod, mtime);
udf_timespec_to_timestamp(mod, ctime);
udf_timespec_to_timestamp(birth, ctime);
udf_timespec_to_timestamp(&now, attrtime);
void udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp);