Lines Matching refs:rpc_cred
43 static struct rpc_cred *
46 struct rpc_cred *ret = mempool_alloc(unix_pool, GFP_NOFS);
56 struct rpc_cred *rpc_cred = container_of(head, struct rpc_cred, cr_rcu);
58 put_cred(rpc_cred->cr_cred);
59 mempool_free(rpc_cred, unix_pool);
63 unx_destroy_cred(struct rpc_cred *cred)
72 unx_match(struct auth_cred *acred, struct rpc_cred *cred, int flags)
106 struct rpc_cred *cred = task->tk_rqstp->rq_cred;
197 unix_pool = mempool_create_kmalloc_pool(16, sizeof(struct rpc_cred));