Lines Matching refs:cache_detail

81 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old);
82 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item);
174 static void rsi_request(struct cache_detail *cd, in rsi_request()
185 static int rsi_parse(struct cache_detail *cd, in rsi_parse()
267 static struct cache_detail rsi_cache_template = {
280 static struct rsi *rsi_lookup(struct cache_detail *cd, struct rsi *item) in rsi_lookup()
292 static struct rsi *rsi_update(struct cache_detail *cd, struct rsi *new, struct rsi *old) in rsi_update()
335 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
336 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
407 static int rsc_parse(struct cache_detail *cd, in rsc_parse()
527 static struct cache_detail rsc_cache_template = {
539 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
551 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
566 gss_svc_searchbyctx(struct cache_detail *cd, struct xdr_netobj *handle) in gss_svc_searchbyctx()
972 gss_write_init_verf(struct cache_detail *cd, struct svc_rqst *rqstp, in gss_write_init_verf()
1140 static int gss_proxy_save_rsc(struct cache_detail *cd, in gss_proxy_save_rsc()
1767 struct cache_detail *cd; in rsi_cache_create_net()
1785 struct cache_detail *cd = sn->rsi_cache; in rsi_cache_destroy_net()
1796 struct cache_detail *cd; in rsc_cache_create_net()
1814 struct cache_detail *cd = sn->rsc_cache; in rsc_cache_destroy_net()