Searched refs:cf_ctime (Results 1 – 3 of 3) sorted by relevance
207 fattr->cf_ctime = cifs_NTtimeToUnix(info->ChangeTime); in cifs_dir_info_to_fattr()222 fattr->cf_ctime = cnvrtDosUnixTm(info->LastWriteDate, in cifs_std_info_to_fattr()
167 inode->i_ctime = fattr->cf_ctime;236 fattr->cf_ctime = cifs_NTtimeToUnix(info->LastStatusChange);330 fattr->cf_atime = fattr->cf_ctime = fattr->cf_mtime;611 fattr->cf_ctime = cifs_NTtimeToUnix(info->ChangeTime);615 fattr->cf_ctime.tv_sec += tcon->ses->server->timeAdj;
1521 struct timespec64 cf_ctime; member