Searched refs:c_timestamp (Results 1 – 2 of 2) sorted by relevance
186 time_before(jiffies, rp->c_timestamp + 120*HZ) && in nfsd_cache_lookup()227 rp->c_timestamp = jiffies; in nfsd_cache_lookup()242 age = jiffies - rp->c_timestamp; in nfsd_cache_lookup()243 rp->c_timestamp = jiffies; in nfsd_cache_lookup()331 rp->c_timestamp = jiffies; in nfsd_cache_update()
33 unsigned long c_timestamp; member