Lines Matching defs:rsc
342 struct rsc {
351 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old);
352 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
354 static void rsc_free(struct rsc *rsci)
364 struct rsc *rsci = container_of(head, struct rsc, rcu_head);
372 struct rsc *rsci = container_of(ref, struct rsc, h.ref);
381 rsc_hash(struct rsc *rsci)
389 struct rsc *new = container_of(a, struct rsc, h);
390 struct rsc *tmp = container_of(b, struct rsc, h);
398 struct rsc *new = container_of(cnew, struct rsc, h);
399 struct rsc *tmp = container_of(ctmp, struct rsc, h);
412 struct rsc *new = container_of(cnew, struct rsc, h);
413 struct rsc *tmp = container_of(ctmp, struct rsc, h);
426 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL);
445 struct rsc rsci, *rscp = NULL;
572 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item)
579 return container_of(ch, struct rsc, h);
584 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old)
592 return container_of(ch, struct rsc, h);
598 static struct rsc *
601 struct rsc rsci;
602 struct rsc *found;
629 static bool gss_check_seq_num(const struct svc_rqst *rqstp, struct rsc *rsci,
713 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci,
1030 struct rsc *rsci;
1037 struct rsc *rsci = svcdata->rsci;
1063 struct rsc *rsci;
1278 struct rsc rsci, *rscp = NULL;
1295 /* make a copy for the rsc cache */
1540 struct rsc *rsci = NULL;