Lines Matching defs:timespec
1442 struct timespec now_s;
4287 struct timespec *timespec)
4326 timespec->tv_sec = secs;
4327 timespec->tv_nsec = nsecs;
4332 udf_timespec_to_timestamp(struct timespec *timespec, struct timestamp *timestamp)
4337 (void) clock_secs_to_ymdhms(timespec->tv_sec, &ymdhms);
4339 usec = timespec->tv_nsec / 1000;
4673 struct timespec now;
4756 struct timespec now;
6113 udf_itimes(struct udf_node *udf_node, struct timespec *acc,
6114 struct timespec *mod, struct timespec *birth)
6116 struct timespec now;
6122 struct timespec cur_birth;
6212 udf_update(struct vnode *vp, struct timespec *acc,
6213 struct timespec *mod, struct timespec *birth, int updflags)