Home
last modified time | relevance | path

Searched refs:cl_cred (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dnfs4callback.c751 if (!clp->cl_cred.cr_principal && in setup_callback_client()
752 (clp->cl_cred.cr_flavor >= RPC_AUTH_GSS_KRB5)) in setup_callback_client()
754 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()
757 args.authflavor = clp->cl_cred.cr_flavor; in setup_callback_client()
Dstate.h310 struct svc_cred cl_cred; /* setclientid principal */ member
Dnfs4state.c1726 free_svc_cred(&clp->cl_cred); in free_client()
1950 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech) in mach_creds_match()
1956 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in mach_creds_match()
2019 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred); in create_client()
2362 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
2629 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()
3103 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) { in nfsd4_setclientid()
3163 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
3165 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()