Home
last modified time | relevance | path

Searched refs:centiseconds (Results 1 – 2 of 2) sorted by relevance

/fs/udf/
Dudftime.c116 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time()
164 dest->centiseconds = ts.tv_nsec / 10000000; in udf_time_to_disk_stamp()
166 dest->centiseconds * 10000) / 100; in udf_time_to_disk_stamp()
167 dest->microseconds = (ts.tv_nsec / 1000 - dest->centiseconds * 10000 - in udf_time_to_disk_stamp()
Decma_167.h68 uint8_t centiseconds; member