Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/exfat/
A Dmisc.c49 #define SECS_PER_MIN (60) macro
50 #define TIMEZONE_SEC(x) ((x) * 15 * SECS_PER_MIN)
89 ts->tv_sec -= exfat_tz_offset(sbi) * SECS_PER_MIN; in exfat_get_entry_time()
/linux-6.3-rc2/fs/fat/
A Dmisc.c181 #define SECS_PER_MIN 60 macro
200 sys_tz.tz_minuteswest) * SECS_PER_MIN; in fat_tz_offset()
222 second += ((time >> 5) & 0x3f) * SECS_PER_MIN; in fat_time_fat2unix()

Completed in 5 milliseconds