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