Searched refs:ncp_date_dos2unix (Results 1 – 3 of 3) sorted by relevance
65 int ncp_date_dos2unix(__le16 time, __le16 date);
154 inode->i_mtime.tv_sec = ncp_date_dos2unix(nwi->modifyTime, nwi->modifyDate); in ncp_update_dates()155 inode->i_ctime.tv_sec = ncp_date_dos2unix(nwi->creationTime, nwi->creationDate); in ncp_update_dates()156 inode->i_atime.tv_sec = ncp_date_dos2unix(0, nwi->lastAccessDate); in ncp_update_dates()
401 return ncp_date_dos2unix(i.modifyTime, i.modifyDate); in ncp_obtain_mtime()1195 ncp_date_dos2unix(__le16 t, __le16 d) in ncp_date_dos2unix() function