Lines Matching refs:time
172 CIFS_I(inode)->time = 0; /* force reval */ in cifs_fattr_to_inode()
205 cifs_i->time = 0; in cifs_fattr_to_inode()
207 cifs_i->time = jiffies; in cifs_fattr_to_inode()
387 CIFS_I(*inode)->time = 0; /* force reval */ in update_inode_info()
1016 CIFS_I(inode)->time = 0; in cifs_get_file_info()
1156 return ino && CIFS_CACHE_READ(CIFS_I(ino)) && CIFS_I(ino)->time != 0; in is_inode_cache_good()
2057 cifs_inode->time = 0; /* will force revalidate to get info in cifs_unlink()
2063 CIFS_I(dir)->time = 0; /* force revalidate of dir as well */ in cifs_unlink()
2303 CIFS_I(inode)->time = 0;
2370 cifsInode->time = 0;
2377 cifsInode->time = 0;
2610 CIFS_I(source_dir)->time = CIFS_I(target_dir)->time = 0;
2632 if (cifs_i->time == 0)
2642 if (cfid->time && cifs_i->time > cfid->time) {
2655 if (!time_in_range(jiffies, cifs_i->time,
2656 cifs_i->time + cifs_sb->ctx->acdirmax))
2661 if (!time_in_range(jiffies, cifs_i->time,
2662 cifs_i->time + cifs_sb->ctx->acregmax))
2856 CIFS_I(inode)->time = 0; /* force revalidate */
2864 (CIFS_I(inode)->time == 0)) {
2952 cifs_i->time = 0;
3184 cifsInode->time = 0;