Searched refs:cache_put (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/nfsd/
H A Dexport.h122 cache_put(&exp->h, exp->cd);
H A Dnfs4idmap.c193 .cache_put = ent_put,
266 cache_put(&res->h, cd);
363 .cache_put = ent_put,
430 cache_put(&res->h, cd);
524 cache_put(&(*item)->h, detail);
559 cache_put(&item->h, nn->nametoid_cache);
600 cache_put(&item->h, nn->idtoname_cache);
H A Dexport.c170 cache_put(&ek->h, cd);
261 .cache_put = expkey_put,
884 .cache_put = svc_export_put,
1066 cache_put(&ek->h, nn->svc_expkey_cache);
/linux-master/include/linux/sunrpc/
H A Dcache.h27 * be called after cache_put has succeed, so there are guarantee
77 void (*cache_put)(struct kref *); member in struct:cache_detail
208 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) function
213 kref_put(&h->ref, cd->cache_put);
/linux-master/fs/nfs/
H A Ddns_resolve.c275 cache_put(&item->h, cd);
315 cache_put(&(*item)->h, cd);
360 cache_put(&item->h, nn->nfs_dns_resolve);
370 .cache_put = nfs_dns_ent_put,
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c324 cache_put(ch, cd);
356 cache_put(&ipm->h, sn->ip_map_cache);
382 cache_put(&ipm->h, sn->ip_map_cache);
396 cache_put(&ipm->h, sn->ip_map_cache);
548 cache_put(ch, cd);
589 .cache_put = unix_gid_put,
661 cache_put(&ug->h, sn->unix_gid_cache);
1023 .cache_put = ip_map_put,
H A Dcache.c96 cache_put(ch, cd);
111 * cache_put it soon.
132 cache_put(new, detail);
225 cache_put(old, detail);
241 cache_put(old, detail);
340 cache_put(h, detail);
896 cache_put(rq->item, cd);
1108 cache_put(cr->item, detail);
1436 /* cache_check does a cache_put on failure */
1441 cache_put(c
[all...]
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c301 cache_put(&rsip->h, cd);
311 .cache_put = rsi_put,
579 cache_put(&rscp->h, cd);
589 .cache_put = rsc_put,
1027 cache_put(&rsci->h, cd);
1220 cache_put(&rsip->h, sn->rsi_cache);
1290 cache_put(&rscp->h, cd);
1690 /* Delete the entry from the cache_list and call cache_put */
1749 cache_put(&rsci->h, sn->rsc_cache);
1985 cache_put(
[all...]
/linux-master/drivers/md/
H A Ddm-bufio.c379 * cache_get() and cache_put() are threadsafe, you do not need to
636 static bool cache_put(struct dm_buffer_cache *bc, struct dm_buffer *b) function
1752 if (cache_put(&c->cache, b) &&

Completed in 165 milliseconds