Symbol: rpc_cred
fs/lockd/clntproc.c
274
.rpc_cred = cred,
fs/lockd/clntproc.c
415
.rpc_cred = cred,
fs/nfs/nfs3proc.c
144
msg.rpc_cred = nfs_file_cred(sattr->ia_file);
fs/nfs/nfs3proc.c
236
.rpc_cred = cred,
fs/nfs/nfs3proc.c
693
.rpc_cred = nr_arg->cred,
fs/nfs/nfs40proc.c
117
.rpc_cred = cred,
fs/nfs/nfs40proc.c
141
.rpc_cred = cred,
fs/nfs/nfs40proc.c
194
.rpc_cred = cred,
fs/nfs/nfs40proc.c
237
.rpc_cred = cred,
fs/nfs/nfs42proc.c
654
.rpc_cred = ctx->cred,
fs/nfs/nfs42proc.c
700
.rpc_cred = ctx->cred,
fs/nfs/nfs4_fs.h
423
msg->rpc_cred = rpc_machine_cred();
fs/nfs/nfs4namespace.c
225
struct rpc_cred *cred;
fs/nfs/nfs4proc.c
10060
.rpc_cred = data->cred,
fs/nfs/nfs4proc.c
10139
msg.rpc_cred = cred;
fs/nfs/nfs4proc.c
10271
.rpc_cred = cred,
fs/nfs/nfs4proc.c
10394
.rpc_cred = cred,
fs/nfs/nfs4proc.c
2439
.rpc_cred = data->owner->so_cred,
fs/nfs/nfs4proc.c
2607
.rpc_cred = data->owner->so_cred,
fs/nfs/nfs4proc.c
3319
.rpc_cred = cred,
fs/nfs/nfs4proc.c
3356
msg.rpc_cred = delegation_cred;
fs/nfs/nfs4proc.c
3617
task->tk_msg.rpc_cred);
fs/nfs/nfs4proc.c
3760
.rpc_cred = state->owner->so_cred,
fs/nfs/nfs4proc.c
3800
&calldata->lr.res, msg.rpc_cred, wait);
fs/nfs/nfs4proc.c
4765
.rpc_cred = cred,
fs/nfs/nfs4proc.c
5333
.rpc_cred = nr_arg->cred,
fs/nfs/nfs4proc.c
6574
.rpc_cred = cred,
fs/nfs/nfs4proc.c
6640
.rpc_cred = cred,
fs/nfs/nfs4proc.c
6727
task->tk_msg.rpc_cred);
fs/nfs/nfs4proc.c
6822
.rpc_cred = cred,
fs/nfs/nfs4proc.c
6939
.rpc_cred = state->owner->so_cred,
fs/nfs/nfs4proc.c
7097
task->tk_msg.rpc_cred);
fs/nfs/nfs4proc.c
7163
.rpc_cred = ctx->cred,
fs/nfs/nfs4proc.c
7440
.rpc_cred = state->owner->so_cred,
fs/nfs/nfs4proc.c
8150
.rpc_cred = cred,
fs/nfs/nfs4proc.c
8245
.rpc_cred = cred,
fs/nfs/nfs4proc.c
8346
msg.rpc_cred = cred;
fs/nfs/nfs4proc.c
8471
.rpc_cred = cred,
fs/nfs/nfs4proc.c
8704
.rpc_cred = cred,
fs/nfs/nfs4proc.c
8947
.rpc_cred = cred,
fs/nfs/nfs4proc.c
9213
.rpc_cred = cred,
fs/nfs/nfs4proc.c
9294
.rpc_cred = cred,
fs/nfs/nfs4proc.c
933
nfs4_probe_sequence(clp, task->tk_msg.rpc_cred, slot);
fs/nfs/nfs4proc.c
9364
dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
fs/nfs/nfs4proc.c
9394
.rpc_cred = cred,
fs/nfs/nfs4proc.c
9546
.rpc_cred = cred,
fs/nfs/nfs4proc.c
9713
.rpc_cred = lgp->cred,
fs/nfs/nfs4proc.c
9878
.rpc_cred = lrp->cred,
fs/nfs/nfs4proc.c
9933
.rpc_cred = cred,
fs/nfs/pagelist.c
742
.rpc_cred = cred,
fs/nfs/proc.c
147
msg.rpc_cred = nfs_file_cred(sattr->ia_file);
fs/nfs/proc.c
522
.rpc_cred = nr_arg->cred,
fs/nfs/unlink.c
367
msg.rpc_cred = data->cred;
fs/nfs/unlink.c
94
.rpc_cred = data->cred,
fs/nfs/write.c
1180
struct rpc_cred *cred, *new, *old = NULL;
fs/nfs/write.c
1644
.rpc_cred = data->cred,
fs/nfsd/nfs4callback.c
1721
cb->cb_msg.rpc_cred = clp->cl_cb_cred;
include/linux/nfs_fs.h
103
struct rpc_cred __rcu *ll_cred; /* low-level cred - use to check for expiry */
include/linux/nfs_xdr.h
1209
struct rpc_cred *sc_cred;
include/linux/sunrpc/auth.h
116
struct rpc_cred * (*lookup_cred)(struct rpc_auth *, struct auth_cred *, int);
include/linux/sunrpc/auth.h
117
struct rpc_cred * (*crcreate)(struct rpc_auth*, struct auth_cred *, int, gfp_t);
include/linux/sunrpc/auth.h
122
struct rpc_cred *);
include/linux/sunrpc/auth.h
128
int (*cr_init)(struct rpc_auth *, struct rpc_cred *);
include/linux/sunrpc/auth.h
129
void (*crdestroy)(struct rpc_cred *);
include/linux/sunrpc/auth.h
131
int (*crmatch)(struct auth_cred *, struct rpc_cred *, int);
include/linux/sunrpc/auth.h
141
int (*crkey_timeout)(struct rpc_cred *);
include/linux/sunrpc/auth.h
142
char * (*crstringify_acceptor)(struct rpc_cred *);
include/linux/sunrpc/auth.h
164
struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int, gfp_t);
include/linux/sunrpc/auth.h
165
void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const struct rpc_credops *);
include/linux/sunrpc/auth.h
166
struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
include/linux/sunrpc/auth.h
167
void put_rpccred(struct rpc_cred *);
include/linux/sunrpc/auth.h
187
char * rpcauth_stringify_acceptor(struct rpc_cred *);
include/linux/sunrpc/auth.h
190
struct rpc_cred *get_rpccred(struct rpc_cred *cred)
include/linux/sunrpc/auth_gss.h
84
struct rpc_cred gc_base;
include/linux/sunrpc/clnt.h
219
struct rpc_task *rpc_call_null(struct rpc_clnt *clnt, struct rpc_cred *cred,
include/linux/sunrpc/sched.h
117
struct rpc_cred *rpc_op_cred; /* credential being operated on */
include/linux/sunrpc/sched.h
29
const struct cred * rpc_cred; /* Credentials */
include/linux/sunrpc/sched.h
84
struct rpc_cred * tk_op_cred; /* cred being operated on */
include/linux/sunrpc/xprt.h
68
struct rpc_cred * rq_cred; /* Bound cred */
net/sunrpc/auth.c
261
rpcauth_unhash_cred_locked(struct rpc_cred *cred)
net/sunrpc/auth.c
270
rpcauth_unhash_cred(struct rpc_cred *cred)
net/sunrpc/auth.c
312
rpcauth_stringify_acceptor(struct rpc_cred *cred)
net/sunrpc/auth.c
326
struct rpc_cred *cred;
net/sunrpc/auth.c
329
cred = list_entry(head->next, struct rpc_cred, cr_lru);
net/sunrpc/auth.c
336
rpcauth_lru_add_locked(struct rpc_cred *cred)
net/sunrpc/auth.c
345
rpcauth_lru_add(struct rpc_cred *cred)
net/sunrpc/auth.c
355
rpcauth_lru_remove_locked(struct rpc_cred *cred)
net/sunrpc/auth.c
364
rpcauth_lru_remove(struct rpc_cred *cred)
net/sunrpc/auth.c
382
struct rpc_cred *cred;
net/sunrpc/auth.c
391
cred = hlist_entry(head->first, struct rpc_cred, cr_hash);
net/sunrpc/auth.c
429
struct rpc_cred *cred, *next;
net/sunrpc/auth.c
513
struct rpc_cred *
net/sunrpc/auth.c
519
struct rpc_cred *cred = NULL,
net/sunrpc/auth.c
577
struct rpc_cred *
net/sunrpc/auth.c
581
struct rpc_cred *ret;
net/sunrpc/auth.c
592
rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred,
net/sunrpc/auth.c
606
static struct rpc_cred *
net/sunrpc/auth.c
613
struct rpc_cred *ret;
net/sunrpc/auth.c
622
static struct rpc_cred *
net/sunrpc/auth.c
638
static struct rpc_cred *
net/sunrpc/auth.c
650
struct rpc_cred *new = NULL;
net/sunrpc/auth.c
684
put_rpccred(struct rpc_cred *cred)
net/sunrpc/auth.c
820
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth.c
830
struct rpc_cred *cred;
net/sunrpc/auth.c
835
err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags);
net/sunrpc/auth.c
851
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth.c
860
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
1277
gss_send_destroy_context(struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1338
gss_destroy_nullcred(struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
135
gss_cred_set_ctx(struct rpc_cred *cred, struct gss_cl_ctx *ctx)
net/sunrpc/auth_gss/auth_gss.c
1353
gss_destroy_cred(struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1369
static struct rpc_cred *gss_lookup_cred(struct rpc_auth *auth,
net/sunrpc/auth_gss/auth_gss.c
1376
static struct rpc_cred *
net/sunrpc/auth_gss/auth_gss.c
1402
gss_cred_init(struct rpc_auth *auth, struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1415
gss_stringify_acceptor(struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1474
gss_key_timeout(struct rpc_cred *rc)
net/sunrpc/auth_gss/auth_gss.c
149
gss_cred_get_ctx(struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1491
gss_match(struct auth_cred *acred, struct rpc_cred *rc, int flags)
net/sunrpc/auth_gss/auth_gss.c
1532
struct rpc_cred *cred = req->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
1607
struct rpc_cred *oldcred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
1616
struct rpc_cred *new;
net/sunrpc/auth_gss/auth_gss.c
1627
static int gss_cred_is_negative_entry(struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1650
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
1696
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
1747
gss_wrap_req_integ(struct rpc_cred *cred, struct gss_cl_ctx *ctx,
net/sunrpc/auth_gss/auth_gss.c
1838
gss_wrap_req_priv(struct rpc_cred *cred, struct gss_cl_ctx *ctx,
net/sunrpc/auth_gss/auth_gss.c
1916
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
1956
static void gss_update_rslack(struct rpc_task *task, struct rpc_cred *cred,
net/sunrpc/auth_gss/auth_gss.c
1969
gss_unwrap_resp_auth(struct rpc_task *task, struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
1989
gss_unwrap_resp_integ(struct rpc_task *task, struct rpc_cred *cred,
net/sunrpc/auth_gss/auth_gss.c
2061
gss_unwrap_resp_priv(struct rpc_task *task, struct rpc_cred *cred,
net/sunrpc/auth_gss/auth_gss.c
2118
struct rpc_cred *cred = req->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
2155
struct rpc_cred *cred = rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
565
gss_setup_upcall(struct gss_auth *gss_auth, struct rpc_cred *cred)
net/sunrpc/auth_gss/auth_gss.c
599
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_gss/auth_gss.c
649
struct rpc_cred *cred = &gss_cred->gc_base;
net/sunrpc/auth_gss/gss_rpc_upcall.c
298
.rpc_cred = NULL, /* FIXME ? */
net/sunrpc/auth_null.c
137
struct rpc_cred null_cred = {
net/sunrpc/auth_null.c
19
static struct rpc_cred null_cred;
net/sunrpc/auth_null.c
36
static struct rpc_cred *
net/sunrpc/auth_null.c
46
nul_destroy_cred(struct rpc_cred *cred)
net/sunrpc/auth_null.c
54
nul_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags)
net/sunrpc/auth_tls.c
169
static struct rpc_cred tls_cred = {
net/sunrpc/auth_tls.c
17
static struct rpc_cred tls_cred;
net/sunrpc/auth_tls.c
84
static struct rpc_cred *tls_lookup_cred(struct rpc_auth *auth,
net/sunrpc/auth_tls.c
90
static void tls_destroy_cred(struct rpc_cred *cred)
net/sunrpc/auth_tls.c
94
static int tls_match(struct auth_cred *acred, struct rpc_cred *cred, int taskflags)
net/sunrpc/auth_unix.c
114
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/auth_unix.c
205
unix_pool = mempool_create_kmalloc_pool(16, sizeof(struct rpc_cred));
net/sunrpc/auth_unix.c
43
static struct rpc_cred *unx_lookup_cred(struct rpc_auth *auth,
net/sunrpc/auth_unix.c
46
struct rpc_cred *ret;
net/sunrpc/auth_unix.c
64
struct rpc_cred *rpc_cred = container_of(head, struct rpc_cred, cr_rcu);
net/sunrpc/auth_unix.c
66
put_cred(rpc_cred->cr_cred);
net/sunrpc/auth_unix.c
67
mempool_free(rpc_cred, unix_pool);
net/sunrpc/auth_unix.c
71
unx_destroy_cred(struct rpc_cred *cred)
net/sunrpc/auth_unix.c
80
unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags)
net/sunrpc/clnt.c
1217
task->tk_msg.rpc_cred = msg->rpc_cred;
net/sunrpc/clnt.c
1219
get_cred(task->tk_msg.rpc_cred);
net/sunrpc/clnt.c
2719
struct rpc_cred *cred = task->tk_rqstp->rq_cred;
net/sunrpc/clnt.c
2876
struct rpc_xprt *xprt, struct rpc_cred *cred, int flags,
net/sunrpc/clnt.c
2896
struct rpc_task *rpc_call_null(struct rpc_clnt *clnt, struct rpc_cred *cred, int flags)
net/sunrpc/sched.c
1201
if (task->tk_msg.rpc_cred) {
net/sunrpc/sched.c
1203
put_cred(task->tk_msg.rpc_cred);
net/sunrpc/sched.c
1204
task->tk_msg.rpc_cred = NULL;