taglinefilesource code
date322fs/msdos/inode.cdate_dos2unix(raw_entry->time,raw_entry->date);
date349fs/msdos/inode.cdate_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date);
date192fs/msdos/misc.cint date_dos2unix(unsigned short time,unsigned short date)
date196fs/msdos/misc.cmonth = ((date >> 5) & 15)-1;
date197fs/msdos/misc.cyear = date >> 9;
date199fs/msdos/misc.c((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 &&
date210fs/msdos/misc.cunsigned short *date)
date230fs/msdos/misc.c*date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9);
date180fs/msdos/namei.cdate_unix2dos(CURRENT_TIME,&de->time,&de->date);
date64include/linux/msdos_fs.hunsigned short time,date,start; /* time, date and first cluster */
date109include/linux/msdos_fs.hextern int date_dos2unix(unsigned short time,unsigned short date);
date111include/linux/msdos_fs.hunsigned short *date);