Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvcauth.h31 char *cr_principal; member
40 cred->cr_principal = NULL; in init_svc_cred()
50 kfree(cred->cr_principal); in free_svc_cred()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c349 data->creds.cr_principal = in gssp_accept_sec_context_upcall()
351 gssp_hostbased_service(&data->creds.cr_principal); in gssp_accept_sec_context_upcall()
H A Dsvcauth_gss.c539 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL); in rsc_parse()
540 if (!rsci.cred.cr_principal) { in rsc_parse()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback.c384 char *p = rqstp->rq_cred.cr_principal; in check_gss_callback_principal()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4recover.c1161 else if (clp->cl_cred.cr_principal) in nfsd4_cld_create_v2()
1162 principal = clp->cl_cred.cr_principal; in nfsd4_cld_create_v2()
1368 else if (clp->cl_cred.cr_principal) in nfsd4_cld_check_v2()
1369 principal = clp->cl_cred.cr_principal; in nfsd4_cld_check_v2()
H A Dnfs4state.c2170 target->cr_principal = kstrdup(source->cr_principal, GFP_KERNEL); in copy_cred()
2174 if ((source->cr_principal && !target->cr_principal) || in copy_cred()
2249 if (cr1->cr_principal == cr2->cr_principal) in same_creds()
2251 if (!cr1->cr_principal || !cr2->cr_principal) in same_creds()
2253 return 0 == strcmp(cr1->cr_principal, cr2->cr_principal); in same_creds()
2281 if (!cr->cr_principal) in nfsd4_mach_creds_match()
2283 return 0 == strcmp(cl->cl_cred.cr_principal, cr->cr_principal); in nfsd4_mach_creds_match()
3118 if (!new->cl_cred.cr_principal && in nfsd4_exchange_id()
H A Dnfs4callback.c907 if (!clp->cl_cred.cr_principal && in setup_callback_client()
912 args.client_name = clp->cl_cred.cr_principal; in setup_callback_client()