Home
last modified time | relevance | path

Searched refs:svc_cred (Results 1 – 14 of 14) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvcauth.h22 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 Dsvc.h186 struct svc_cred rq_cred; /* auth info */
/linux/fs/nfsd/
H A Dexport.h102 struct svc_cred;
103 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
H A Dauth.c8 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 Dauth.h15 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
H A Dlocalio.c64 struct svc_cred rq_cred; in nfsd_open_local_fh()
H A Dfilecache.c1013 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 Dnfs4state.c2486 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 Dgss_rpc_upcall.h22 struct svc_cred creds;
H A Dgss_rpc_upcall.c269 sizeof(struct svc_cred))
339 data->creds = *(struct svc_cred *)value->data; in gssp_accept_sec_context_upcall()
H A Dgss_rpc_xdr.c169 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 Dsvcauth_gss.c371 struct svc_cred cred;
1256 memset(&ud->creds, 0, sizeof(struct svc_cred)); in gss_proxy_save_rsc()
/linux/net/sunrpc/
H A Dsvcauth.c188 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 Dsvcauth_unix.c675 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()