Searched refs:c_timestamp (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dcache.h33 unsigned long c_timestamp; member in struct:svc_cacherep
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dcache.h33 unsigned long c_timestamp; member in struct:svc_cacherep
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfscache.c186 time_before(jiffies, rp->c_timestamp + 120*HZ) &&
227 rp->c_timestamp = jiffies;
242 age = jiffies - rp->c_timestamp;
243 rp->c_timestamp = jiffies;
331 rp->c_timestamp = jiffies;

Completed in 33 milliseconds