tag | line | file | source code |
date | 247 | fs/msdos/inode.c | date_dos2unix(raw_entry->time,raw_entry->date); |
date | 273 | fs/msdos/inode.c | date_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date); |
date | 168 | fs/msdos/misc.c | int date_dos2unix(unsigned short time,unsigned short date) |
date | 172 | fs/msdos/misc.c | month = ((date >> 5) & 15)-1; |
date | 173 | fs/msdos/misc.c | year = date >> 9; |
date | 175 | fs/msdos/misc.c | ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 && |
date | 184 | fs/msdos/misc.c | unsigned short *date) |
date | 203 | fs/msdos/misc.c | *date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9); |
date | 171 | fs/msdos/namei.c | date_unix2dos(CURRENT_TIME,&de->time,&de->date); |
date | 73 | include/linux/msdos_fs.h | unsigned short time,date,start; /* time, date and first cluster */ |
date | 116 | include/linux/msdos_fs.h | extern int date_dos2unix(unsigned short time,unsigned short date); |
date | 118 | include/linux/msdos_fs.h | unsigned short *date); |