Home
last modified time | relevance | path

Searched refs:rq_gssclient (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/nfsd/
Dexport.c944 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()
990 if (rqstp->rq_gssclient == NULL) in rqst_exp_get_by_name()
992 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1022 if (rqstp->rq_gssclient == NULL) in rqst_exp_find()
1024 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, in rqst_exp_find()
Dnfs4idmap.c518 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c962 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
963 if (rqstp->rq_gssclient == NULL) in svcauth_gss_set_client()
1732 if (rqstp->rq_gssclient) in svcauth_gss_release()
1733 auth_domain_put(rqstp->rq_gssclient); in svcauth_gss_release()
1734 rqstp->rq_gssclient = NULL; in svcauth_gss_release()
/linux-4.4.14/include/linux/sunrpc/
Dsvc.h289 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ member