Searched refs:c_timestamp (Results 1 – 2 of 2) sorted by relevance
147 time_before(jiffies, rp->c_timestamp + 120*HZ) && in nfsd_cache_lookup()188 rp->c_timestamp = jiffies; in nfsd_cache_lookup()204 age = jiffies - rp->c_timestamp; in nfsd_cache_lookup()205 rp->c_timestamp = jiffies; in nfsd_cache_lookup()299 rp->c_timestamp = jiffies; in nfsd_cache_update()
28 unsigned long c_timestamp; member