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()
171 inode->i_ctime = fattr->cf_ctime;240 fattr->cf_ctime = cifs_NTtimeToUnix(info->LastStatusChange);334 fattr->cf_atime = fattr->cf_ctime = fattr->cf_mtime;617 fattr->cf_ctime = cifs_NTtimeToUnix(info->ChangeTime);621 fattr->cf_ctime.tv_sec += tcon->ses->server->timeAdj;
1656 struct timespec64 cf_ctime; member