Symbol: svc_cred
fs/nfsd/auth.c
21
int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/auth.c
8
int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/auth.h
15
int nfsd_setuser(struct svc_cred *cred, struct svc_export *exp);
fs/nfsd/export.h
103
struct svc_cred;
fs/nfsd/export.h
104
int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
fs/nfsd/filecache.c
1085
struct svc_cred *cred,
fs/nfsd/filecache.c
1308
nfsd_file_acquire_local(struct net *net, struct svc_cred *cred,
fs/nfsd/filecache.h
82
__be32 nfsd_file_acquire_local(struct net *net, struct svc_cred *cred,
fs/nfsd/localio.c
53
struct svc_cred rq_cred;
fs/nfsd/nfs4state.c
2592
static int copy_cred(struct svc_cred *target, struct svc_cred *source)
fs/nfsd/nfs4state.c
2657
static bool is_gss_cred(struct svc_cred *cr)
fs/nfsd/nfs4state.c
2665
same_creds(struct svc_cred *cr1, struct svc_cred *cr2)
fs/nfsd/nfs4state.c
2682
struct svc_cred *cr = &rqstp->rq_cred;
fs/nfsd/nfs4state.c
2694
struct svc_cred *cr = &rqstp->rq_cred;
fs/nfsd/nfsfh.c
103
struct svc_cred *cred,
fs/nfsd/nfsfh.c
146
struct svc_cred *cred,
fs/nfsd/nfsfh.c
317
struct net *net, struct svc_cred *cred,
fs/nfsd/nfsfh.c
433
fh_verify_local(struct net *net, struct svc_cred *cred,
fs/nfsd/nfsfh.c
91
struct svc_cred *cred,
fs/nfsd/nfsfh.h
223
__be32 fh_verify_local(struct net *, struct svc_cred *, struct auth_domain *,
fs/nfsd/state.h
291
struct svc_cred sl_cred;
fs/nfsd/state.h
465
struct svc_cred cl_cred; /* setclientid principal */
fs/nfsd/vfs.c
2577
static int exp_rdonly(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/vfs.c
2823
nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
fs/nfsd/vfs.h
160
__be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
include/linux/sunrpc/svc.h
195
struct svc_cred rq_cred; /* auth info */
include/linux/sunrpc/svcauth.h
162
struct svc_cred *);
include/linux/sunrpc/svcauth.h
37
static inline void init_svc_cred(struct svc_cred *cred)
include/linux/sunrpc/svcauth.h
46
static inline void free_svc_cred(struct svc_cred *cred)
net/sunrpc/auth_gss/gss_rpc_upcall.c
269
sizeof(struct svc_cred))
net/sunrpc/auth_gss/gss_rpc_upcall.c
339
data->creds = *(struct svc_cred *)value->data;
net/sunrpc/auth_gss/gss_rpc_upcall.h
22
struct svc_cred creds;
net/sunrpc/auth_gss/gss_rpc_xdr.c
169
struct svc_cred *creds)
net/sunrpc/auth_gss/gss_rpc_xdr.c
232
struct svc_cred *creds;
net/sunrpc/auth_gss/gss_rpc_xdr.c
251
creds = kzalloc_obj(struct svc_cred);
net/sunrpc/auth_gss/svcauth_gss.c
1257
memset(&ud->creds, 0, sizeof(struct svc_cred));
net/sunrpc/auth_gss/svcauth_gss.c
371
struct svc_cred cred;
net/sunrpc/svcauth.c
188
struct svc_cred *svc)
net/sunrpc/svcauth.c
193
memset(svc, 0, sizeof(struct svc_cred));
net/sunrpc/svcauth_unix.c
675
struct svc_cred *cred = &rqstp->rq_cred;
net/sunrpc/svcauth_unix.c
758
struct svc_cred *cred = &rqstp->rq_cred;
net/sunrpc/svcauth_unix.c
835
struct svc_cred *cred = &rqstp->rq_cred;
net/sunrpc/svcauth_unix.c
920
struct svc_cred *cred = &rqstp->rq_cred;