Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4idmap.c193 .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()
605 cache_put(&item->h, nn->idtoname_cache); in idmap_id_to_name()
H A Dexport.h127 cache_put(&exp->h, exp->cd); in exp_put()
/linux/net/sunrpc/
H A Dsvcauth_unix.c324 cache_put(ch, cd); in __ip_map_update()
356 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_get()
382 cache_put(&ipm->h, sn->ip_map_cache); in ip_map_cached_put()
396 cache_put(&ipm->h, sn->ip_map_cache); in svcauth_unix_info_release()
548 cache_put(ch, cd); in unix_gid_parse()
589 .cache_put = unix_gid_put,
661 cache_put(&ug->h, sn->unix_gid_cache); in unix_gid_find()
1024 .cache_put = ip_map_put,
H A Dcache.c96 cache_put(ch, cd); in sunrpc_end_cache_remove_entry()
132 cache_put(new, detail); in sunrpc_cache_add_entry()
227 cache_put(old, detail); in sunrpc_cache_update()
243 cache_put(old, detail); in sunrpc_cache_update()
353 cache_put(h, detail); in cache_check()
905 cache_put(rq->item, cd); in cache_read()
1116 cache_put(cr->item, detail); in cache_dequeue()
/linux/fs/nfs/
H A Ddns_resolve.c275 cache_put(&item->h, cd); in nfs_dns_parse()
315 cache_put(&(*item)->h, cd); in do_cache_lookup_nowait()
360 cache_put(&item->h, nn->nfs_dns_resolve); in nfs_dns_resolve_name()
370 .cache_put = nfs_dns_ent_put,
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c301 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,
1027 cache_put(&rsci->h, cd); in svcauth_gss_proc_init_verf()
1215 cache_put(&rsip->h, sn->rsi_cache); in svcauth_gss_legacy_init()
1285 cache_put(&rscp->h, cd); in gss_proxy_save_rsc()
1686 /* Delete the entry from the cache_list and call cache_put */ in svcauth_gss_accept()
1745 cache_put(&rsci->h, sn->rsc_cache); in svcauth_gss_accept()
1981 cache_put( in svcauth_gss_release()
[all...]
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst63 void cache_put(struct kref \*)
66 in the cache_head. cache_put should release any
/linux/drivers/md/
H A Ddm-bufio.c626 static bool cache_put(struct dm_buffer_cache *bc, struct dm_buffer *b) in cache_put() function
1752 if (cache_put(&c->cache, b) && in cache_put_and_wake()