Searched refs:year (Results 1 – 7 of 7) sorted by relevance
/fs/isofs/ |
D | util.c | 21 int year, month, day, hour, minute, second, tz; in iso_date() local 24 year = p[0]; in iso_date() 33 if (year < 0) { in iso_date() 36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
|
/fs/udf/ |
D | udftime.c | 47 u16 year = le16_to_cpu(src.year); in udf_disk_stamp_to_time() local 60 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time() 85 dest->year = cpu_to_le16(tm.tm_year + 1900); in udf_time_to_disk_stamp()
|
D | ecma_167.h | 72 __le16 year; member
|
D | super.c | 884 le16_to_cpu(ts->year), ts->month, ts->day, ts->hour, in udf_load_pvoldesc() 2277 le16_to_cpu(ts.year), ts.month, ts.day, in udf_fill_super()
|
/fs/fat/ |
D | misc.c | 203 long day, leap_day, month, year; in fat_time_fat2unix() local 205 year = date >> 9; in fat_time_fat2unix() 209 leap_day = (year + 3) / 4; in fat_time_fat2unix() 210 if (year > YEAR_2100) /* 2100 isn't leap year */ in fat_time_fat2unix() 212 if (IS_LEAP_YEAR(year) && month > 2) in fat_time_fat2unix() 218 second += (time64_t)(year * 365 + leap_day in fat_time_fat2unix()
|
/fs/cifs/ |
D | netmisc.c | 976 int min, day, month, year; in cnvrtDosUnixTm() local 1002 year = sd->Year; in cnvrtDosUnixTm() 1003 days += year * 365; in cnvrtDosUnixTm() 1004 days += (year/4); /* leap year */ in cnvrtDosUnixTm() 1011 if (year >= 120) /* the year 2100 */ in cnvrtDosUnixTm() 1015 if (year != 120) in cnvrtDosUnixTm() 1016 days -= ((year & 0x03) == 0) && (month < 2 ? 1 : 0); in cnvrtDosUnixTm()
|
/fs/xfs/ |
D | Kconfig | 33 year 2038. Because of this, the V4 format is deprecated. All users
|