Searched refs:cl_cred (Results 1 – 10 of 10) sorted by relevance
190 struct user_namespace *userns = clnt->cl_cred ? in svcauth_map_clnt_to_svc_cred_local()191 clnt->cl_cred->user_ns : &init_user_ns; in svcauth_map_clnt_to_svc_cred_local()
118 struct user_namespace *userns = clnt->cl_cred ? in unx_marshal()119 clnt->cl_cred->user_ns : &init_user_ns; in unx_marshal()
387 clnt->cl_cred = get_cred(args->cred); in rpc_new_client()437 put_cred(clnt->cl_cred); in rpc_new_client()680 .cred = clnt->cl_cred, in rpc_clone_client()703 .cred = clnt->cl_cred, in rpc_clone_client_set_auth()1002 put_cred(clnt->cl_cred); in rpc_free_client()1064 .cred = old->cl_cred, in rpc_bind_new_program()
733 clnt->cl_cred, in rpcb_getport_async()
2703 .cred = upper_clnt->cl_cred, in xs_tcp_tls_setup_socket()
1224 if (old->client && old->client->cl_cred) in nfs_compare_userns()1225 oldns = old->client->cl_cred->user_ns; in nfs_compare_userns()1226 if (new->client && new->client->cl_cred) in nfs_compare_userns()1227 newns = new->client->cl_cred->user_ns; in nfs_compare_userns()
78 if (clnt && clnt->cl_cred) in rpc_userns()79 return clnt->cl_cred->user_ns; in rpc_userns()
453 idmap->user_ns = get_user_ns(clp->cl_rpcclient->cl_cred->user_ns); in nfs_idmap_new()
109 if (clnt && clnt->cl_cred) in rpc_userns()110 return clnt->cl_cred->user_ns; in rpc_userns()
466 struct svc_cred cl_cred; /* setclientid principal */ member