Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dexport.c982 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()
1038 if (rqstp->rq_gssclient == NULL) in rqst_exp_get_by_name()
1040 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1070 if (rqstp->rq_gssclient == NULL) in rqst_exp_find()
1072 gssexp = exp_find(cd, rqstp->rq_gssclient, fsid_type, fsidv, in rqst_exp_find()
Dnfs4idmap.c533 clp = rqstp->rq_gssclient ? rqstp->rq_gssclient : rqstp->rq_client; in rqst_authname()
/Linux-v5.10/net/sunrpc/auth_gss/
Dsvcauth_gss.c1050 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
1051 if (rqstp->rq_gssclient == NULL) in svcauth_gss_set_client()
1867 if (rqstp->rq_gssclient) in svcauth_gss_release()
1868 auth_domain_put(rqstp->rq_gssclient); in svcauth_gss_release()
1869 rqstp->rq_gssclient = NULL; in svcauth_gss_release()
/Linux-v5.10/include/linux/sunrpc/
Dsvc.h296 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ member