Lines Matching refs:cl_cred
1744 free_svc_cred(&clp->cl_cred); in free_client()
1968 if (cl->cl_cred.cr_gss_mech != cr->cr_gss_mech) in mach_creds_match()
1974 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in mach_creds_match()
2037 ret = copy_cred(&clp->cl_cred, &rqstp->rq_cred); in create_client()
2388 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
2653 if (!same_creds(&unconf->cl_cred, &rqstp->rq_cred) || in nfsd4_create_session()
3127 if (!same_creds(&conf->cl_cred, &rqstp->rq_cred)) { in nfsd4_setclientid()
3189 if (unconf && !same_creds(&unconf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
3191 if (conf && !same_creds(&conf->cl_cred, &rqstp->rq_cred)) in nfsd4_setclientid_confirm()
3211 && !same_creds(&unconf->cl_cred, in nfsd4_setclientid_confirm()
3212 &old->cl_cred)) in nfsd4_setclientid_confirm()