Home
last modified time | relevance | path

Searched refs:c_timestamp (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/nfsd/
Dnfscache.c147 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()
Dcache.h28 unsigned long c_timestamp; member