tag | line | file | source code |
date | 533 | fs/isofs/inode.c | iso_date(raw_inode->date, high_sierra); |
date | 438 | fs/msdos/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
date | 470 | fs/msdos/inode.c | date_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date); |
date | 472 | fs/msdos/inode.c | raw_entry->date = CT_LE_W(raw_entry->date); |
date | 241 | fs/msdos/misc.c | int date_dos2unix(unsigned short time,unsigned short date) |
date | 245 | fs/msdos/misc.c | month = ((date >> 5) & 15)-1; |
date | 246 | fs/msdos/misc.c | year = date >> 9; |
date | 248 | fs/msdos/misc.c | ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 && |
date | 259 | fs/msdos/misc.c | unsigned short *date) |
date | 279 | fs/msdos/misc.c | *date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9); |
date | 205 | fs/msdos/namei.c | date_unix2dos(dir->i_mtime,&de->time,&de->date); |
date | 185 | fs/smbfs/proc.c | date_dos2unix(unsigned short time,unsigned short date) |
date | 189 | fs/smbfs/proc.c | month = ((date >> 5) & 15)-1; |
date | 190 | fs/smbfs/proc.c | year = date >> 9; |
date | 192 | fs/smbfs/proc.c | ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 && |
date | 202 | fs/smbfs/proc.c | date_unix2dos(int unix_date,unsigned short *time, unsigned short *date) |
date | 222 | fs/smbfs/proc.c | *date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9); |
date | 1512 | fs/smbfs/proc.c | word date, time; |
date | 1518 | fs/smbfs/proc.c | date_unix2dos(new_entry->ctime, &time, &date); |
date | 1519 | fs/smbfs/proc.c | WSET(buf, smb_vwv1, date); |
date | 1522 | fs/smbfs/proc.c | date_unix2dos(new_entry->atime, &time, &date); |
date | 1523 | fs/smbfs/proc.c | WSET(buf, smb_vwv3, date); |
date | 1526 | fs/smbfs/proc.c | date_unix2dos(new_entry->mtime, &time, &date); |
date | 1527 | fs/smbfs/proc.c | WSET(buf, smb_vwv5, date); |
date | 111 | include/linux/iso_fs.h | char date [ISODCL (19, 25)]; /* 7 by 711 */ |
date | 89 | include/linux/msdos_fs.h | __u16 time,date,start;/* time, date and first cluster */ |
date | 125 | include/linux/msdos_fs.h | extern int date_dos2unix(__u16 time, __u16 date); |
date | 126 | include/linux/msdos_fs.h | extern void date_unix2dos(int unix_date,__u16 *time, __u16 *date); |