Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dexport.c1042 if (exp->ex_client == rqstp->rq_gssclient) in check_nfsd_access()
1098 if (rqstp->rq_gssclient == NULL) in rqst_exp_get_by_name()
1100 gssexp = exp_get_by_name(cd, rqstp->rq_gssclient, path, &rqstp->rq_chandle); in rqst_exp_get_by_name()
1130 if (rqstp->rq_gssclient == NULL) in rqst_exp_find()
1132 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-6.1.9/net/sunrpc/auth_gss/
Dsvcauth_gss.c1054 rqstp->rq_gssclient = find_gss_auth_domain(rsci->mechctx, gc->gc_svc); in svcauth_gss_set_client()
1055 if (rqstp->rq_gssclient == NULL) in svcauth_gss_set_client()
1880 if (rqstp->rq_gssclient) in svcauth_gss_release()
1881 auth_domain_put(rqstp->rq_gssclient); in svcauth_gss_release()
1882 rqstp->rq_gssclient = NULL; in svcauth_gss_release()
/linux-6.1.9/include/linux/sunrpc/
Dsvc.h311 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ member