Lines Matching refs:cache_detail

82 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
83 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
183 static int rsi_upcall(struct cache_detail *cd, struct cache_head *h) in rsi_upcall()
188 static void rsi_request(struct cache_detail *cd, in rsi_request()
201 static int rsi_parse(struct cache_detail *cd, in rsi_parse()
283 static const struct cache_detail rsi_cache_template = {
297 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item) in rsi_lookup()
309 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update()
353 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
354 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
435 static int rsc_upcall(struct cache_detail *cd, struct cache_head *h) in rsc_upcall()
440 static int rsc_parse(struct cache_detail *cd, in rsc_parse()
561 static const struct cache_detail rsc_cache_template = {
574 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
586 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
601 gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle) in gss_svc_searchbyctx()
1066 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, in gss_write_init_verf()
1275 static int gss_proxy_save_rsc(struct cache_detail *cd, in gss_proxy_save_rsc()
1917 struct cache_detail *cd; in rsi_cache_create_net()
1935 struct cache_detail *cd = sn->rsi_cache; in rsi_cache_destroy_net()
1946 struct cache_detail *cd; in rsc_cache_create_net()
1964 struct cache_detail *cd = sn->rsc_cache; in rsc_cache_destroy_net()