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
102
struct svc_cred;
fs/nfsd/export.h
103
int nfsexp_flags(struct svc_cred *cred, struct svc_export *exp);
fs/nfsd/filecache.c
1131
struct svc_cred *cred,
fs/nfsd/filecache.c
1354
nfsd_file_acquire_local(struct net *net, struct svc_cred *cred,
fs/nfsd/filecache.h
83
__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
2709
static int copy_cred(struct svc_cred *target, struct svc_cred *source)
fs/nfsd/nfs4state.c
2774
static bool is_gss_cred(struct svc_cred *cr)
fs/nfsd/nfs4state.c
2782
same_creds(struct svc_cred *cr1, struct svc_cred *cr2)
fs/nfsd/nfs4state.c
2799
struct svc_cred *cr = &rqstp->rq_cred;
fs/nfsd/nfs4state.c
2811
struct svc_cred *cr = &rqstp->rq_cred;
fs/nfsd/nfsfh.c
104
struct svc_cred *cred,
fs/nfsd/nfsfh.c
201
struct svc_cred *cred,
fs/nfsd/nfsfh.c
382
struct net *net, struct svc_cred *cred,
fs/nfsd/nfsfh.c
498
fh_verify_local(struct net *net, struct svc_cred *cred,
fs/nfsd/nfsfh.c
92
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
292
struct svc_cred sl_cred;
fs/nfsd/state.h
467
struct svc_cred cl_cred; /* setclientid principal */
fs/nfsd/vfs.c
2586
static int exp_rdonly(struct svc_cred *cred, struct svc_export *exp)
fs/nfsd/vfs.c
2832
nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
fs/nfsd/vfs.h
163
__be32 nfsd_permission(struct svc_cred *cred, struct svc_export *exp,
include/linux/sunrpc/svc.h
210
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
1027
struct svc_cred *cred = &rqstp->rq_cred;
net/sunrpc/svcauth_unix.c
1104
struct svc_cred *cred = &rqstp->rq_cred;
net/sunrpc/svcauth_unix.c
1189
struct svc_cred *cred = &rqstp->rq_cred;
net/sunrpc/svcauth_unix.c
944
struct svc_cred *cred = &rqstp->rq_cred;