Searched refs:cache_put (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/linux/sunrpc/ | 
| D | cache.h | 71 	void			(*cache_put)(struct kref *);  member195 static inline void cache_put(struct cache_head *h, struct cache_detail *cd)  in cache_put()  function
 200 	kref_put(&h->ref, cd->cache_put);  in cache_put()
 
 | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfs4idmap.c | 186 	.cache_put	= ent_put,258 	cache_put(&res->h, cd);  in idtoname_parse()
 349 	.cache_put	= ent_put,
 415 	cache_put(&res->h, cd);  in nametoid_parse()
 509 		cache_put(&(*item)->h, detail);  in idmap_lookup()
 544 	cache_put(&item->h, nn->nametoid_cache);  in idmap_name_to_id()
 585 	cache_put(&item->h, nn->idtoname_cache);  in idmap_id_to_name()
 
 | 
| D | export.h | 107 	cache_put(&exp->h, exp->cd);  in exp_put()
 | 
| D | export.c | 160 		cache_put(&ek->h, cd);  in expkey_parse()251 	.cache_put	= expkey_put,
 769 	.cache_put	= svc_export_put,
 946 	cache_put(&ek->h, nn->svc_expkey_cache);  in exp_find()
 
 | 
| /Linux-v5.4/net/sunrpc/ | 
| D | svcauth_unix.c | 326 	cache_put(ch, cd);  in __ip_map_update()367 				cache_put(&ipm->h, sn->ip_map_cache);  in ip_map_cached_get()
 393 		cache_put(&ipm->h, sn->ip_map_cache);  in ip_map_cached_put()
 407 		cache_put(&ipm->h, sn->ip_map_cache);  in svcauth_unix_info_release()
 545 			cache_put(ch, cd);  in unix_gid_parse()
 586 	.cache_put	= unix_gid_put,
 657 		cache_put(&ug->h, sn->unix_gid_cache);  in unix_gid_find()
 883 	.cache_put	= ip_map_put,
 
 | 
| D | cache.c | 116 			cache_put(new, detail);  in sunrpc_cache_add_entry()128 		cache_put(freeme, detail);  in sunrpc_cache_add_entry()
 196 		cache_put(old, detail);  in sunrpc_cache_update()
 215 	cache_put(old, detail);  in sunrpc_cache_update()
 324 		cache_put(h, detail);  in cache_check()
 477 			cache_put(ch, d);  in cache_clean()
 540 			cache_put(ch, detail);  in cache_purge()
 872 			cache_put(rq->item, cd);  in cache_read()
 1102 		cache_put(cr->item, detail);  in cache_dequeue()
 1423 		cache_put(cp, cd);  in c_show()
 [all …]
 
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | dns_resolve.c | 276 	cache_put(&item->h, cd);  in nfs_dns_parse()316 	cache_put(&(*item)->h, cd);  in do_cache_lookup_nowait()
 361 		cache_put(&item->h, nn->nfs_dns_resolve);  in nfs_dns_resolve_name()
 371 	.cache_put	= nfs_dns_ent_put,
 
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | svcauth_gss.c | 271 		cache_put(&rsip->h, cd);  in rsi_parse()281 	.cache_put      = rsi_put,
 543 		cache_put(&rscp->h, cd);  in rsc_parse()
 553 	.cache_put	= rsc_put,
 1025 	cache_put(&rsci->h, cd);  in gss_write_init_verf()
 1175 	cache_put(&rsip->h, sn->rsi_cache);  in svcauth_gss_legacy_init()
 1242 		cache_put(&rscp->h, cd);  in gss_proxy_save_rsc()
 1586 		cache_put(&rsci->h, sn->rsc_cache);  in svcauth_gss_accept()
 1781 		cache_put(&gsd->rsci->h, sn->rsc_cache);  in svcauth_gss_release()
 
 | 
| /Linux-v5.4/Documentation/filesystems/nfs/ | 
| D | rpc-cache.txt | 54 	void cache_put(struct kref *)57 		in the cache_head.  cache_put should release any
 
 |