Home
last modified time | relevance | path

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

/fs/exfat/
A Dtime.c31 #define SEC_IN_DAY (24 * SEC_IN_HOUR) macro
32 #define SEC_IN_YEAR (365 * SEC_IN_DAY) /* not leap year */
42 #define EPOCH_DIFF_SEC (EPOCH_DIFF_DAYS * SEC_IN_DAY)
90 unix_time += year * SEC_IN_YEAR + LEAP_YEARS(year) * SEC_IN_DAY; in exfat_exfat2unix()
91 unix_time += days_in_year[month] * SEC_IN_DAY; in exfat_exfat2unix()
94 unix_time += SEC_IN_DAY; in exfat_exfat2unix()
95 unix_time += (day - 1) * SEC_IN_DAY; in exfat_exfat2unix()
129 days = unix_time / SEC_IN_DAY; in exfat_unix2exfat()
147 hour = (unix_time % SEC_IN_DAY) / SEC_IN_HOUR; in exfat_unix2exfat()

Completed in 2 milliseconds