Home
last modified time | relevance | path

Searched refs:svc_cred (Results 1 – 19 of 19) 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 *);
H A Dsvc.h209 struct svc_cred rq_cred; /* auth info */
/linux/fs/nfsd/
H A Dauth.c9 int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp) in nfsexp_flags()
22 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp) in nfsd_setuser()
H A Dauth.h19 int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
H A Dnfsfh.c92 struct svc_cred *cred, in nfsd_originating_port_ok()
104 struct svc_cred *cred, in nfsd_setuser_and_check_port()
200 struct svc_cred *cred, in nfsd_set_fh_dentry()
385 struct net *net, struct svc_cred *cred, in __fh_verify()
501 fh_verify_local(struct net *net, struct svc_cred *cred, in fh_verify_local()
H A Dfilecache.h85 __be32 nfsd_file_acquire_local(struct net *net, struct svc_cred *cred,
H A Dlocalio.c53 struct svc_cred rq_cred; in nfsd_open_local_fh()
H A Dvfs.h166 __be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
H A Dnfsfh.h225 __be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
H A Dstate.h364 struct svc_cred sl_cred;
540 struct svc_cred cl_cred; /* setclientid principal */
H A Dfilecache.c1171 struct svc_cred *cred, in nfsd_file_do_acquire()
1392 nfsd_file_acquire_local(struct net *net, struct svc_cred *cred, in nfsd_file_acquire_local()
H A Dvfs.c2597 static int exp_rdonly(struct svc_cred *cred, struct svc_export *exp) in exp_rdonly()
2843 nfsd_permission(struct svc_cred *cred, struct svc_export *exp, in nfsd_permission()
H A Dnfs4state.c2985 static int copy_cred(struct svc_cred *target, struct svc_cred *source) in copy_cred()
3050 static bool is_gss_cred(struct svc_cred *cr) in is_gss_cred()
3058 same_creds(struct svc_cred *cr1, struct svc_cred *cr2) in same_creds()
3075 struct svc_cred *cr = &rqstp->rq_cred; in svc_rqst_integrity_protected()
3087 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.c263 sizeof(struct svc_cred))
333 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()
233 struct svc_cred *creds; in gssx_dec_option_array()
253 creds = kzalloc_obj(struct svc_cred); in gssx_dec_option_array()
H A Dsvcauth_gss.c371 struct svc_cred cred;
1259 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.c944 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_set_client()
1027 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_null_accept()
1104 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_tls_accept()
1189 struct svc_cred *cred = &rqstp->rq_cred; in svcauth_unix_accept()