Searched refs:dl_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.h92 time_t dl_time; member in struct:nfs4_delegation
H A Dnfs4state.c243 dp->dl_time = 0;
2113 /* only place dl_time is set. protected by lock_kernel*/
2114 dp->dl_time = get_seconds();
2701 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) {
2702 u = dp->dl_time - cutoff;

Completed in 100 milliseconds