Searched refs:cl_time (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h216 time_t cl_time; /* time of last lease renewal */ member in struct:nfs4_client
249 clp->cl_time = 0;
255 return clp->cl_time == 0;
H A Dnfs4state.c317 * client_lru holds client queue ordered by nfs4_client.cl_time
745 clp->cl_time = get_seconds();
952 clp->cl_time = get_seconds();
2676 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) {
2677 t = clp->cl_time - cutoff;

Completed in 155 milliseconds