Lines Matching refs:rsc

333 struct rsc {  struct
344 static struct rsc *rsc_update(struct rsc *new, struct rsc *old); argument
345 static struct rsc *rsc_lookup(struct rsc *item);
347 static void rsc_free(struct rsc *rsci) in rsc_free()
359 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put()
366 rsc_hash(struct rsc *rsci) in rsc_hash()
374 struct rsc *new = container_of(a, struct rsc, h); in rsc_match()
375 struct rsc *tmp = container_of(b, struct rsc, h); in rsc_match()
383 struct rsc *new = container_of(cnew, struct rsc, h); in rsc_init()
384 struct rsc *tmp = container_of(ctmp, struct rsc, h); in rsc_init()
398 struct rsc *new = container_of(cnew, struct rsc, h); in update_rsc()
399 struct rsc *tmp = container_of(ctmp, struct rsc, h); in update_rsc()
414 struct rsc *rsci = kmalloc(sizeof(*rsci), GFP_KERNEL); in rsc_alloc()
427 struct rsc rsci, *rscp = NULL; in rsc_parse()
534 static struct rsc *rsc_lookup(struct rsc *item) in rsc_lookup()
541 return container_of(ch, struct rsc, h); in rsc_lookup()
546 static struct rsc *rsc_update(struct rsc *new, struct rsc *old) in rsc_update()
554 return container_of(ch, struct rsc, h); in rsc_update()
560 static struct rsc *
563 struct rsc rsci; in gss_svc_searchbyctx()
564 struct rsc *found; in gss_svc_searchbyctx()
580 gss_check_seq_num(struct rsc *rsci, int seq_num) in gss_check_seq_num()
654 gss_verify_header(struct svc_rqst *rqstp, struct rsc *rsci, in gss_verify_header()
931 struct rsc *rsci;
948 struct rsc *rsci = svcdata->rsci; in svcauth_gss_set_client()
973 struct rsc *rsci; in gss_write_init_verf()
1078 struct rsc *rsci = NULL; in svcauth_gss_accept()