Lines Matching refs:rsc
327 struct rsc { struct
335 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old); argument
336 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item);
338 static void rsc_free(struct rsc *rsci) in rsc_free()
348 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put()
355 rsc_hash(struct rsc *rsci) in rsc_hash()
363 struct rsc *new = container_of(a, struct rsc, h); in rsc_match()
364 struct rsc *tmp = container_of(b, struct rsc, h); in rsc_match()
372 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init()
373 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init()
386 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc()
387 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
400 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL); in rsc_alloc()
414 struct rsc rsci, *rscp = NULL; in rsc_parse()
539 static struct rsc *rsc_lookup(struct cache_detail *cd, struct rsc *item) in rsc_lookup()
546 return container_of(ch, struct rsc, h); in rsc_lookup()
551 static struct rsc *rsc_update(struct cache_detail *cd, struct rsc *new, struct rsc *old) in rsc_update()
559 return container_of(ch, struct rsc, h); in rsc_update()
565 static struct rsc *
568 struct rsc rsci; in gss_svc_searchbyctx()
569 struct rsc *found; in gss_svc_searchbyctx()
585 gss_check_seq_num(struct rsc *rsci, int seq_num) in gss_check_seq_num()
659 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in gss_verify_header()
942 struct rsc *rsci;
949 struct rsc *rsci = svcdata->rsci; in svcauth_gss_set_client()
975 struct rsc *rsci; in gss_write_init_verf()
1144 struct rsc rsci, *rscp = NULL; in gss_proxy_save_rsc()
1404 struct rsc *rsci = NULL; in svcauth_gss_accept()