Home
last modified time | relevance | path

Searched refs:expiry_time (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dcache.h50 time_t expiry_time; /* After time time, don't use the data */ member
193 h->expiry_time < cd->nextcheck) in cache_put()
194 cd->nextcheck = h->expiry_time; in cache_put()
203 return (h->expiry_time < seconds_since_boot()) || in cache_is_expired()
/linux-4.19.296/fs/nfs/
Ddns_resolve.c178 ttl = item->h.expiry_time - seconds_since_boot(); in nfs_dns_show()
251 key.h.expiry_time = ttl + seconds_since_boot(); in nfs_dns_parse()
298 || (*item)->h.expiry_time < seconds_since_boot() in do_cache_lookup_nowait()
/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c234 ent.h.expiry_time = get_expiry(&buf); in idtoname_parse()
235 if (ent.h.expiry_time == 0) in idtoname_parse()
395 ent.h.expiry_time = get_expiry(&buf); in nametoid_parse()
396 if (ent.h.expiry_time == 0) in nametoid_parse()
Dexport.c119 key.h.expiry_time = get_expiry(&mesg); in expkey_parse()
120 if (key.h.expiry_time == 0) in expkey_parse()
555 exp.h.expiry_time = get_expiry(&mesg); in svc_export_parse()
556 if (exp.h.expiry_time == 0) in svc_export_parse()
613 if (exp.h.expiry_time < seconds_since_boot()) in svc_export_parse()