| tag | line | file | source code |
| date | 521 | fs/isofs/inode.c | iso_date(raw_inode->date, high_sierra); |
| date | 434 | fs/msdos/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
| date | 465 | fs/msdos/inode.c | date_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date); |
| date | 467 | fs/msdos/inode.c | raw_entry->date = CT_LE_W(raw_entry->date); |
| date | 215 | fs/msdos/misc.c | int date_dos2unix(unsigned short time,unsigned short date) |
| date | 219 | fs/msdos/misc.c | month = ((date >> 5) & 15)-1; |
| date | 220 | fs/msdos/misc.c | year = date >> 9; |
| date | 222 | fs/msdos/misc.c | ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 && |
| date | 233 | fs/msdos/misc.c | unsigned short *date) |
| date | 253 | fs/msdos/misc.c | *date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9); |
| date | 203 | fs/msdos/namei.c | date_unix2dos(dir->i_mtime,&de->time,&de->date); |
| date | 111 | include/linux/iso_fs.h | char date [ISODCL (19, 25)]; /* 7 by 711 */ |
| date | 86 | include/linux/msdos_fs.h | unsigned short time,date,start; /* time, date and first cluster */ |
| date | 122 | include/linux/msdos_fs.h | extern int date_dos2unix(unsigned short time,unsigned short date); |
| date | 124 | include/linux/msdos_fs.h | unsigned short *date); |