Lines Matching refs:rsc
344 struct rsc { struct
353 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old); argument
354 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
356 static void rsc_free(struct rsc *rsci) in rsc_free()
366 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu()
374 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put()
383 rsc_hash(struct rsc *rsci) in rsc_hash()
391 struct rsc *new = container_of(a, struct rsc, h); in rsc_match()
392 struct rsc *tmp = container_of(b, struct rsc, h); in rsc_match()
400 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init()
401 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init()
414 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc()
415 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
428 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL); in rsc_alloc()
447 struct rsc rsci, *rscp = NULL; in rsc_parse()
574 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
581 return container_of(ch, struct rsc, h); in rsc_lookup()
586 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
594 return container_of(ch, struct rsc, h); in rsc_update()
600 static struct rsc *
603 struct rsc rsci; in gss_svc_searchbyctx()
604 struct rsc *found; in gss_svc_searchbyctx()
631 static bool gss_check_seq_num(const struct svc_rqst *rqstp, struct rsc *rsci, in gss_check_seq_num()
715 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in gss_verify_header()
1032 struct rsc *rsci;
1039 struct rsc *rsci = svcdata->rsci; in svcauth_gss_set_client()
1069 struct rsc *rsci; in gss_write_init_verf()
1284 struct rsc rsci, *rscp = NULL; in gss_proxy_save_rsc()
1545 struct rsc *rsci = NULL; in svcauth_gss_accept()