Searched refs:cache_put (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | cache.h | 73 void (*cache_put)(struct kref *); member 204 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put() function 209 kref_put(&h->ref, cd->cache_put); in cache_put()
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4idmap.c | 193 .cache_put = ent_put, 266 cache_put(&res->h, cd); in idtoname_parse() 363 .cache_put = ent_put, 430 cache_put(&res->h, cd); in nametoid_parse() 524 cache_put(&(*item)->h, detail); in idmap_lookup() 559 cache_put(&item->h, nn->nametoid_cache); in idmap_name_to_id() 600 cache_put(&item->h, nn->idtoname_cache); in idmap_id_to_name()
|
A D | export.h | 121 cache_put(&exp->h, exp->cd); in exp_put()
|
A D | export.c | 170 cache_put(&ek->h, cd); in expkey_parse() 261 .cache_put = expkey_put, 847 .cache_put = svc_export_put, 1029 cache_put(&ek->h, nn->svc_expkey_cache); in exp_find()
|
/linux-6.3-rc2/fs/nfs/ |
A D | dns_resolve.c | 277 cache_put(&item->h, cd); in nfs_dns_parse() 317 cache_put(&(*item)->h, cd); in do_cache_lookup_nowait() 362 cache_put(&item->h, nn->nfs_dns_resolve); in nfs_dns_resolve_name() 372 .cache_put = nfs_dns_ent_put,
|
/linux-6.3-rc2/net/sunrpc/ |
A D | svcauth_unix.c | 323 cache_put(ch, cd); in __ip_map_update() 355 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_get() 381 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_put() 395 cache_put(&ipm->h, sn->ip_map_cache); in svcauth_unix_info_release() 538 cache_put(ch, cd); in unix_gid_parse() 579 .cache_put = unix_gid_put, 651 cache_put(&ug->h, sn->unix_gid_cache); in unix_gid_find() 1008 .cache_put = ip_map_put,
|
A D | cache.c | 96 cache_put(ch, cd); in sunrpc_end_cache_remove_entry() 132 cache_put(new, detail); in sunrpc_cache_add_entry() 225 cache_put(old, detail); in sunrpc_cache_update() 241 cache_put(old, detail); in sunrpc_cache_update() 340 cache_put(h, detail); in cache_check() 896 cache_put(rq->item, cd); in cache_read() 1108 cache_put(cr->item, detail); in cache_dequeue() 1441 cache_put(cp, cd); in c_show()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | svcauth_gss.c | 301 cache_put(&rsip->h, cd); in rsi_parse() 311 .cache_put = rsi_put, 579 cache_put(&rscp->h, cd); in rsc_parse() 589 .cache_put = rsc_put, 1037 cache_put(&rsci->h, cd); in svcauth_gss_proc_init_verf() 1230 cache_put(&rsip->h, sn->rsi_cache); in svcauth_gss_legacy_init() 1300 cache_put(&rscp->h, cd); in gss_proxy_save_rsc() 1759 cache_put(&rsci->h, sn->rsc_cache); in svcauth_gss_accept() 1998 cache_put(&gsd->rsci->h, sn->rsc_cache); in svcauth_gss_release()
|
/linux-6.3-rc2/Documentation/filesystems/nfs/ |
A D | rpc-cache.rst | 63 void cache_put(struct kref \*) 66 in the cache_head. cache_put should release any
|
Completed in 21 milliseconds