Home
last modified time | relevance | path

Searched refs:cnvrtDosUnixTm (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/smb/client/
Dreaddir.c322 fattr->cf_atime = cnvrtDosUnixTm(info->LastAccessDate, in cifs_std_info_to_fattr()
324 fattr->cf_ctime = cnvrtDosUnixTm(info->LastWriteDate, in cifs_std_info_to_fattr()
326 fattr->cf_mtime = cnvrtDosUnixTm(info->LastWriteDate, in cifs_std_info_to_fattr()
Dcifsfs.c223 ts = cnvrtDosUnixTm(cpu_to_le16(SMB_DATE_MIN), 0, 0); in cifs_read_super()
225 ts = cnvrtDosUnixTm(cpu_to_le16(SMB_DATE_MAX), in cifs_read_super()
Dcifsproto.h180 extern struct timespec64 cnvrtDosUnixTm(__le16 le_date, __le16 le_time,
Dnetmisc.c968 struct timespec64 cnvrtDosUnixTm(__le16 le_date, __le16 le_time, int offset) in cnvrtDosUnixTm() function