Lines Matching refs:rpc_cred
43 static struct rpc_cred *unx_lookup_cred(struct rpc_auth *auth,
46 struct rpc_cred *ret;
64 struct rpc_cred *rpc_cred = container_of(head, struct rpc_cred, cr_rcu);
66 put_cred(rpc_cred->cr_cred);
67 mempool_free(rpc_cred, unix_pool);
71 unx_destroy_cred(struct rpc_cred *cred)
80 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags)
114 struct rpc_cred *cred = task->tk_rqstp->rq_cred;
205 unix_pool = mempool_create_kmalloc_pool(16, sizeof(struct rpc_cred));