Home
last modified time | relevance | path

Searched refs:hour (Results 1 – 4 of 4) sorted by relevance

/fs/isofs/
A Dutil.c21 int year, month, day, hour, minute, second, tz; in iso_date() local
31 hour = ((p[8] - '0') * 10 + (p[9] - '0')); in iso_date()
40 hour = p[3]; in iso_date()
51 ts.tv_sec = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
/fs/udf/
A Dudftime.c46 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time()
79 dest->hour = tm.tm_hour; in udf_time_to_disk_stamp()
A Decma_167.h75 uint8_t hour; member
A Dsuper.c920 le16_to_cpu(ts->year), ts->month, ts->day, ts->hour, in udf_load_pvoldesc()
2292 ts.hour, ts.minute, le16_to_cpu(ts.typeAndTimezone)); in udf_fill_super()

Completed in 17 milliseconds