Lines Matching refs:cache_detail
83 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
84 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
184 static void rsi_request(struct cache_detail *cd, in rsi_request()
195 static int rsi_parse(struct cache_detail *cd, in rsi_parse()
277 static const struct cache_detail rsi_cache_template = {
290 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item) in rsi_lookup()
302 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update()
346 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
347 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
428 static int rsc_parse(struct cache_detail *cd, in rsc_parse()
549 static const struct cache_detail rsc_cache_template = {
561 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
573 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
588 gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle) in gss_svc_searchbyctx()
1011 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, in gss_write_init_verf()
1179 static int gss_proxy_save_rsc(struct cache_detail *cd, in gss_proxy_save_rsc()
1816 struct cache_detail *cd; in rsi_cache_create_net()
1834 struct cache_detail *cd = sn->rsi_cache; in rsi_cache_destroy_net()
1845 struct cache_detail *cd; in rsc_cache_create_net()
1863 struct cache_detail *cd = sn->rsc_cache; in rsc_cache_destroy_net()