Searched refs:days (Results 1 – 5 of 5) sorted by relevance
39 __be32 days; member45 __be16 days; member
374 u32 days; in affs_secs_to_datestamp() local381 days = div_s64_rem(secs, 86400, &rem); in affs_secs_to_datestamp()385 ds->days = cpu_to_be32(days); in affs_secs_to_datestamp()
153 …inode_set_atime(inode, inode_set_ctime(inode, (be32_to_cpu(tail->change.days) * 86400LL + be32_to_… in affs_iget()
177 the old link days ...
979 time64_t sec, days; in cnvrtDosUnixTm() local1004 days = day + total_days_of_prev_months[month]; in cnvrtDosUnixTm()1005 days += 3652; /* account for difference in days between 1980 and 1970 */ in cnvrtDosUnixTm()1007 days += year * 365; in cnvrtDosUnixTm()1008 days += (year/4); /* leap year */ in cnvrtDosUnixTm()1016 days = days - 1; /* do not count leap year for the year 2100 */ in cnvrtDosUnixTm()1020 days -= ((year & 0x03) == 0) && (month < 2 ? 1 : 0); in cnvrtDosUnixTm()1021 sec += 24 * 60 * 60 * days; in cnvrtDosUnixTm()
Completed in 11 milliseconds