Home
last modified time | relevance | path

Searched refs:centiseconds (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/udf/
H A Dudftime.c63 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time()
91 dest->centiseconds = ts.tv_nsec / 10000000; in udf_time_to_disk_stamp()
93 dest->centiseconds * 10000) / 100; in udf_time_to_disk_stamp()
94 dest->microseconds = (ts.tv_nsec / 1000 - dest->centiseconds * 10000 - in udf_time_to_disk_stamp()
H A Decma_167.h78 uint8_t centiseconds; member
/kernel/linux/linux-6.6/fs/udf/
H A Dudftime.c49 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time()
77 dest->centiseconds = ts.tv_nsec / 10000000; in udf_time_to_disk_stamp()
79 dest->centiseconds * 10000) / 100; in udf_time_to_disk_stamp()
80 dest->microseconds = (ts.tv_nsec / 1000 - dest->centiseconds * 10000 - in udf_time_to_disk_stamp()
H A Decma_167.h78 uint8_t centiseconds; member

Completed in 6 milliseconds