Home
last modified time | relevance | path

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

/fs/isofs/
Dutil.c21 int year, month, day, hour, minute, second, tz; in iso_date() local
25 month = p[1]; in iso_date()
36 crtime = mktime64(year+1900, month, day, hour, minute, second); in iso_date()
/fs/fat/
Dmisc.c203 long day, leap_day, month, year; in fat_time_fat2unix() local
206 month = max(1, (date >> 5) & 0xf); in fat_time_fat2unix()
212 if (IS_LEAP_YEAR(year) && month > 2) in fat_time_fat2unix()
219 + days_in_year[month] + day in fat_time_fat2unix()
/fs/cifs/
Dnetmisc.c975 int min, day, month, year; in cnvrtDosUnixTm() local
992 month = sd->Month; in cnvrtDosUnixTm()
993 if (day < 1 || day > 31 || month < 1 || month > 12) { in cnvrtDosUnixTm()
994 cifs_dbg(VFS, "Invalid date, month %d day: %d\n", month, day); in cnvrtDosUnixTm()
996 month = clamp(month, 1, 12); in cnvrtDosUnixTm()
998 month -= 1; in cnvrtDosUnixTm()
999 days = day + total_days_of_prev_months[month]; in cnvrtDosUnixTm()
1015 days -= ((year & 0x03) == 0) && (month < 2 ? 1 : 0); in cnvrtDosUnixTm()
/fs/udf/
Dudftime.c60 dest->tv_sec = mktime64(year, src.month, src.day, src.hour, src.minute, in udf_disk_stamp_to_time()
86 dest->month = tm.tm_mon + 1; in udf_time_to_disk_stamp()
Decma_167.h73 uint8_t month; member
Dsuper.c885 le16_to_cpu(ts->year), ts->month, ts->day, ts->hour, in udf_load_pvoldesc()
2278 le16_to_cpu(ts.year), ts.month, ts.day, in udf_fill_super()