rq_gssclient      959 fs/nfsd/export.c 	if (exp->ex_client == rqstp->rq_gssclient)
rq_gssclient     1015 fs/nfsd/export.c 	if (rqstp->rq_gssclient == NULL)
rq_gssclient     1017 fs/nfsd/export.c 	gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle);
rq_gssclient     1047 fs/nfsd/export.c 	if (rqstp->rq_gssclient == NULL)
rq_gssclient     1049 fs/nfsd/export.c 	gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv,
rq_gssclient      519 fs/nfsd/nfs4idmap.c 	clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client;
rq_gssclient      295 include/linux/sunrpc/svc.h 	struct auth_domain *	rq_gssclient;	/* "gss/"-style peer info */
rq_gssclient      997 net/sunrpc/auth_gss/svcauth_gss.c 	rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc);
rq_gssclient      998 net/sunrpc/auth_gss/svcauth_gss.c 	if (rqstp->rq_gssclient == NULL)
rq_gssclient     1816 net/sunrpc/auth_gss/svcauth_gss.c 	if (rqstp->rq_gssclient)
rq_gssclient     1817 net/sunrpc/auth_gss/svcauth_gss.c 		auth_domain_put(rqstp->rq_gssclient);
rq_gssclient     1818 net/sunrpc/auth_gss/svcauth_gss.c 	rqstp->rq_gssclient = NULL;