tag | line | file | source code |
date | 538 | fs/isofs/inode.c | iso_date(raw_inode->date, high_sierra); |
date | 442 | fs/msdos/inode.c | date_dos2unix(CF_LE_W(raw_entry->time),CF_LE_W(raw_entry->date)); |
date | 474 | fs/msdos/inode.c | date_unix2dos(inode->i_mtime,&raw_entry->time,&raw_entry->date); |
date | 476 | fs/msdos/inode.c | raw_entry->date = CT_LE_W(raw_entry->date); |
date | 237 | fs/msdos/misc.c | int date_dos2unix(unsigned short time,unsigned short date) |
date | 241 | fs/msdos/misc.c | month = ((date >> 5) & 15)-1; |
date | 242 | fs/msdos/misc.c | year = date >> 9; |
date | 244 | fs/msdos/misc.c | ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 && |
date | 255 | fs/msdos/misc.c | unsigned short *date) |
date | 275 | fs/msdos/misc.c | *date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9); |
date | 233 | fs/msdos/namei.c | date_unix2dos(dir->i_mtime,&de->time,&de->date); |
date | 178 | fs/smbfs/proc.c | date_dos2unix(unsigned short time,unsigned short date) |
date | 182 | fs/smbfs/proc.c | month = ((date >> 5) & 15)-1; |
date | 183 | fs/smbfs/proc.c | year = date >> 9; |
date | 185 | fs/smbfs/proc.c | ((date & 31)-1+day_n[month]+(year/4)+year*365-((year & 3) == 0 && |
date | 195 | fs/smbfs/proc.c | date_unix2dos(int unix_date,unsigned short *time, unsigned short *date) |
date | 215 | fs/smbfs/proc.c | *date = nl_day-day_n[month-1]+1+(month << 5)+(year << 9); |
date | 1506 | fs/smbfs/proc.c | word date, time; |
date | 1512 | fs/smbfs/proc.c | date_unix2dos(new_entry->ctime, &time, &date); |
date | 1513 | fs/smbfs/proc.c | WSET(buf, smb_vwv1, date); |
date | 1516 | fs/smbfs/proc.c | date_unix2dos(new_entry->atime, &time, &date); |
date | 1517 | fs/smbfs/proc.c | WSET(buf, smb_vwv3, date); |
date | 1520 | fs/smbfs/proc.c | date_unix2dos(new_entry->mtime, &time, &date); |
date | 1521 | 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 | 94 | include/linux/msdos_fs.h | __u16 time,date,start;/* time, date and first cluster */ |
date | 127 | include/linux/msdos_fs.h | extern int date_dos2unix(__u16 time, __u16 date); |
date | 128 | include/linux/msdos_fs.h | extern void date_unix2dos(int unix_date,__u16 *time, __u16 *date); |