Searched refs:svc_cred (Results 1 – 15 of 15) sorted by relevance
| /linux/include/linux/sunrpc/ |
| H A D | svcauth.h | 22 struct svc_cred { struct 37 static inline void init_svc_cred(struct svc_cred *cred) in init_svc_cred() argument 46 static inline void free_svc_cred(struct svc_cred *cred) in free_svc_cred() 162 struct svc_cred *);
|
| /linux/fs/nfsd/ |
| H A D | auth.c | 8 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp) in nfsexp_flags() 21 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp) in nfsd_setuser()
|
| H A D | export.h | 103 struct svc_cred; 104 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
|
| H A D | auth.h | 15 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
|
| H A D | localio.c | 53 struct svc_cred rq_cred; in nfsd_open_local_fh()
|
| H A D | state.h | 291 struct svc_cred sl_cred; 466 struct svc_cred cl_cred; /* setclientid principal */
|
| H A D | nfsfh.h | 223 __be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
|
| H A D | vfs.h | 160 __be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
|
| H A D | filecache.c | 1085 struct svc_cred *cred, in nfsd_file_do_acquire() 1308 nfsd_file_acquire_local(struct net *net, struct svc_cred *cred, in nfsd_file_acquire_local()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_upcall.h | 22 struct svc_cred creds;
|
| H A D | gss_rpc_upcall.c | 269 sizeof(struct svc_cred)) 339 data->creds = *(struct svc_cred *)value->data; in gssp_accept_sec_context_upcall()
|
| H A D | gss_rpc_xdr.c | 169 struct svc_cred *creds) in gssx_dec_linux_creds() 232 struct svc_cred *creds; in gssx_dec_option_array() 251 creds = kzalloc_obj(struct svc_cred); in gssx_dec_option_array()
|
| H A D | svcauth_gss.c | 371 struct svc_cred cred; 1257 memset(&ud->creds, 0, sizeof(struct svc_cred)); in gss_proxy_save_rsc()
|
| /linux/net/sunrpc/ |
| H A D | svcauth.c | 188 struct svc_cred *svc) in svcauth_map_clnt_to_svc_cred_local() 193 memset(svc, 0, sizeof(struct svc_cred)); in svcauth_map_clnt_to_svc_cred_local()
|
| H A D | svcauth_unix.c | 675 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client() 758 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept() 835 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_tls_accept() 920 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()
|