Searched refs:ncp_date_dos2unix (Results 1 – 2 of 2) sorted by relevance
144 inode->i_mtime.tv_sec = ncp_date_dos2unix(nwi->modifyTime, nwi->modifyDate); in ncp_update_dates()145 inode->i_ctime.tv_sec = ncp_date_dos2unix(nwi->creationTime, nwi->creationDate); in ncp_update_dates()146 inode->i_atime.tv_sec = ncp_date_dos2unix(0, nwi->lastAccessDate); in ncp_update_dates()
400 return ncp_date_dos2unix(i.modifyTime, i.modifyDate); in ncp_obtain_mtime()1207 ncp_date_dos2unix(__le16 t, __le16 d) in ncp_date_dos2unix() function