Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/nfsd/
Dnfscache.c186 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()
/linux-2.4.37.9/include/linux/nfsd/
Dcache.h33 unsigned long c_timestamp; member