Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfsd/
Dexport.c959 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()
1015 if (rqstp->rq_gssclient == NULL) in rqst_exp_get_by_name()
1017 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1047 if (rqstp->rq_gssclient == NULL) in rqst_exp_find()
1049 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, in rqst_exp_find()
Dnfs4idmap.c519 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c1001 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
1002 if (rqstp->rq_gssclient == NULL) in svcauth_gss_set_client()
1774 if (rqstp->rq_gssclient) in svcauth_gss_release()
1775 auth_domain_put(rqstp->rq_gssclient); in svcauth_gss_release()
1776 rqstp->rq_gssclient = NULL; in svcauth_gss_release()
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h295 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ member