Lines Matching refs:rpc_cred
261 rpcauth_unhash_cred_locked(struct rpc_cred *cred) in rpcauth_unhash_cred_locked()
270 rpcauth_unhash_cred(struct rpc_cred *cred) in rpcauth_unhash_cred()
312 rpcauth_stringify_acceptor(struct rpc_cred *cred) in rpcauth_stringify_acceptor()
326 struct rpc_cred *cred; in rpcauth_destroy_credlist()
329 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist()
336 rpcauth_lru_add_locked(struct rpc_cred *cred) in rpcauth_lru_add_locked()
345 rpcauth_lru_add(struct rpc_cred *cred) in rpcauth_lru_add()
355 rpcauth_lru_remove_locked(struct rpc_cred *cred) in rpcauth_lru_remove_locked()
364 rpcauth_lru_remove(struct rpc_cred *cred) in rpcauth_lru_remove()
382 struct rpc_cred *cred; in rpcauth_clear_credcache()
391 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache()
429 struct rpc_cred *cred, *next; in rpcauth_prune_expired()
513 struct rpc_cred *
519 struct rpc_cred *cred = NULL, in rpcauth_lookup_credcache()
577 struct rpc_cred *
581 struct rpc_cred *ret; in rpcauth_lookupcred()
592 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred()
606 static struct rpc_cred *
613 struct rpc_cred *ret; in rpcauth_bind_root_cred()
622 static struct rpc_cred *
638 static struct rpc_cred *
650 struct rpc_cred *new = NULL; in rpcauth_bindcred()
684 put_rpccred(struct rpc_cred *cred) in put_rpccred()
820 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_xmit_need_reencode()
830 struct rpc_cred *cred; in rpcauth_refreshcred()
835 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
851 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_invalcred()
860 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_uptodatecred()