Home
last modified time | relevance | path

Searched refs:svc_cred (Results 1 – 15 of 15) 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()
162 struct svc_cred *);
/linux/fs/nfsd/
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 Dexport.h103 struct svc_cred;
104 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
H A Dauth.h15 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
H A Dlocalio.c53 struct svc_cred rq_cred; in nfsd_open_local_fh()
H A Dstate.h291 struct svc_cred sl_cred;
466 struct svc_cred cl_cred; /* setclientid principal */
H A Dnfsfh.h223 __be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
H A Dvfs.h160 __be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
H A Dfilecache.c1085 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 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_obj(struct svc_cred); in gssx_dec_option_array()
H A Dsvcauth_gss.c371 struct svc_cred cred;
1257 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()