Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fat/
H A Dmisc.c182 #define IS_LEAP_YEAR(y) (!((y) & 3) && (y) != YEAR_2100) macro
212 if (IS_LEAP_YEAR(year) && month > 2) in fat_time_fat2unix()