Lines Matching full:rsc
342 struct rsc { struct
351 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old); argument
352 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
354 static void rsc_free(struct rsc *rsci) in rsc_free()
364 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu()
372 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put()
381 rsc_hash(struct rsc *rsci) in rsc_hash()
389 struct rsc *new = container_of(a, struct rsc, h); in rsc_match()
390 struct rsc *tmp = container_of(b, struct rsc, h); in rsc_match()
398 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init()
399 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init()
412 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc()
413 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
426 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL); in rsc_alloc()
445 struct rsc rsci, *rscp = NULL; in rsc_parse()
572 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
579 return container_of(ch, struct rsc, h); in rsc_lookup()
584 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
592 return container_of(ch, struct rsc, h); in rsc_update()
598 static struct rsc *
601 struct rsc rsci; in gss_svc_searchbyctx()
602 struct rsc *found; in gss_svc_searchbyctx()
629 static bool gss_check_seq_num(const struct svc_rqst *rqstp, struct rsc *rsci, in gss_check_seq_num()
713 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in gss_verify_header()
1030 struct rsc *rsci;
1037 struct rsc *rsci = svcdata->rsci; in svcauth_gss_set_client()
1063 struct rsc *rsci; in gss_write_init_verf()
1273 struct rsc rsci, *rscp = NULL; in gss_proxy_save_rsc()
1290 /* make a copy for the rsc cache */ in gss_proxy_save_rsc()
1535 struct rsc *rsci = NULL; in svcauth_gss_accept()