Home
last modified time | relevance | path

Searched refs:dl_time (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dstate.h148 time64_t dl_time; member
H A Dnfs4state.c1121 ++dp->dl_time; in unhash_delegation_locked()
4535 * If the dl_time != 0, then we know that it has already been in nfsd4_cb_recall_prepare()
4539 if (delegation_hashed(dp) && dp->dl_time == 0) { in nfsd4_cb_recall_prepare()
4540 dp->dl_time = ktime_get_boottime_seconds(); in nfsd4_cb_recall_prepare()
5451 if (dp->dl_time > cutoff) { in nfs4_laundromat()
5452 t = dp->dl_time - cutoff; in nfs4_laundromat()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dstate.h148 time64_t dl_time; member
H A Dnfs4state.c1340 ++dp->dl_time; in unhash_delegation_locked()
4852 * If the dl_time != 0, then we know that it has already been in nfsd4_cb_recall_prepare()
4856 if (delegation_hashed(dp) && dp->dl_time == 0) { in nfsd4_cb_recall_prepare()
4857 dp->dl_time = ktime_get_boottime_seconds(); in nfsd4_cb_recall_prepare()
6166 if (!state_expired(&lt, dp->dl_time)) in nfs4_laundromat()

Completed in 23 milliseconds