Lines Matching full:rsc

75 	struct rsc			*rsci;
368 struct rsc { struct
377 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old); argument
378 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
380 static void rsc_free(struct rsc *rsci) in rsc_free()
390 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu()
398 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put()
407 rsc_hash(struct rsc *rsci) in rsc_hash()
415 struct rsc *new = container_of(a, struct rsc, h); in rsc_match()
416 struct rsc *tmp = container_of(b, struct rsc, h); in rsc_match()
424 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init()
425 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init()
438 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc()
439 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
452 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL); in rsc_alloc()
471 struct rsc rsci, *rscp = NULL; in rsc_parse()
598 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
605 return container_of(ch, struct rsc, h); in rsc_lookup()
610 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
618 return container_of(ch, struct rsc, h); in rsc_update()
624 static struct rsc *
627 struct rsc rsci; in gss_svc_searchbyctx()
628 struct rsc *found; in gss_svc_searchbyctx()
655 static bool gss_check_seq_num(const struct svc_rqst *rqstp, struct rsc *rsci, in gss_check_seq_num()
702 svcauth_gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in svcauth_gss_verify_header()
983 struct rsc *rsci = svcdata->rsci; in svcauth_gss_set_client()
1015 struct rsc *rsci; in svcauth_gss_proc_init_verf()
1222 struct rsc rsci, *rscp = NULL; in gss_proxy_save_rsc()
1239 /* make a copy for the rsc cache */ in gss_proxy_save_rsc()
1627 struct rsc *rsci = NULL; in svcauth_gss_accept()