Searched refs:cr_principal (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dsvcauth.h31 char *cr_principal; member in struct:svc_cred
40 cred->cr_principal = NULL;
50 kfree(cred->cr_principal);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c355 data->creds.cr_principal =
357 gssp_hostbased_service(&data->creds.cr_principal);
H A Dsvcauth_gss.c565 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL);
566 if (!rsci.cred.cr_principal) {
/linux-master/fs/nfs/
H A Dcallback.c286 char *p = rqstp->rq_cred.cr_principal;
/linux-master/fs/nfsd/
H A Dnfs4recover.c1170 else if (clp->cl_cred.cr_principal)
1171 principal = clp->cl_cred.cr_principal;
1382 else if (clp->cl_cred.cr_principal)
1383 principal = clp->cl_cred.cr_principal;
H A Dnfs4callback.c1050 if (!clp->cl_cred.cr_principal &&
1055 args.client_name = clp->cl_cred.cr_principal;
H A Dnfs4state.c2458 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL);
2462 if ((source->cr_principal && !target->cr_principal) ||
2517 * established using gss: in theory cr_principal should catch that
2518 * change, but in practice cr_principal can be null even in the gss case
2537 if (cr1->cr_principal == cr2->cr_principal)
2539 if (!cr1->cr_principal || !cr2->cr_principal)
[all...]

Completed in 158 milliseconds