Searched refs:svc_cred (Results 1 – 14 of 14) 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() 163 struct svc_cred *);
|
H A D | svc.h | 186 struct svc_cred rq_cred; /* auth info */
|
/linux/fs/nfsd/ |
H A D | export.h | 102 struct svc_cred; 103 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
|
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 | auth.h | 15 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
|
H A D | localio.c | 64 struct svc_cred rq_cred; in nfsd_open_local_fh()
|
H A D | filecache.c | 1013 struct svc_cred *cred, in nfsd_file_do_acquire() 1237 nfsd_file_acquire_local(struct net *net, struct svc_cred *cred, in nfsd_file_acquire_local()
|
H A D | nfs4state.c | 2486 static int copy_cred(struct svc_cred *target, struct svc_cred *source) in copy_cred() 2551 static bool is_gss_cred(struct svc_cred *cr) in is_gss_cred() 2559 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds() 2576 struct svc_cred *cr = &rqstp->rq_cred; in svc_rqst_integrity_protected() 2588 struct svc_cred *cr = &rqstp->rq_cred; in nfsd4_mach_creds_match()
|
/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(sizeof(struct svc_cred), GFP_KERNEL); in gssx_dec_option_array()
|
H A D | svcauth_gss.c | 371 struct svc_cred cred; 1256 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()
|