Searched refs:cache_put (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/sunrpc/ |
D | cache.h | 73 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/ |
D | nfs4idmap.c | 185 .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()
|
D | export.h | 105 cache_put(&exp->h, exp->cd); in exp_put()
|
D | export.c | 159 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/ |
D | dns_resolve.c | 266 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,
|