Home
last modified time | relevance | path

Searched refs:cache_put (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dcache.h73 void (*cache_put)(struct kref *); member
190 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put() function
195 kref_put(&h->ref, cd->cache_put); in cache_put()
/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c185 .cache_put = ent_put,
257 cache_put(&res->h, cd); in idtoname_parse()
348 .cache_put = ent_put,
414 cache_put(&res->h, cd); in nametoid_parse()
508 cache_put(&(*item)->h, detail); in idmap_lookup()
543 cache_put(&item->h, nn->nametoid_cache); in idmap_name_to_id()
584 cache_put(&item->h, nn->idtoname_cache); in idmap_id_to_name()
Dexport.h105 cache_put(&exp->h, exp->cd); in exp_put()
Dexport.c159 cache_put(&ek->h, cd); in expkey_parse()
239 .cache_put = expkey_put,
756 .cache_put = svc_export_put,
933 cache_put(&ek->h, nn->svc_expkey_cache); in exp_find()
/linux-4.19.296/fs/nfs/
Ddns_resolve.c266 cache_put(&item->h, cd); in nfs_dns_parse()
306 cache_put(&(*item)->h, cd); in do_cache_lookup_nowait()
351 cache_put(&item->h, nn->nfs_dns_resolve); in nfs_dns_resolve_name()
361 .cache_put = nfs_dns_ent_put,