Lines Matching refs:rpc_cred

264 rpcauth_unhash_cred_locked(struct rpc_cred *cred)  in rpcauth_unhash_cred_locked()
273 rpcauth_unhash_cred(struct rpc_cred *cred) in rpcauth_unhash_cred()
315 rpcauth_stringify_acceptor(struct rpc_cred *cred) in rpcauth_stringify_acceptor()
329 struct rpc_cred *cred; in rpcauth_destroy_credlist()
332 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist()
339 rpcauth_lru_add_locked(struct rpc_cred *cred) in rpcauth_lru_add_locked()
348 rpcauth_lru_add(struct rpc_cred *cred) in rpcauth_lru_add()
358 rpcauth_lru_remove_locked(struct rpc_cred *cred) in rpcauth_lru_remove_locked()
367 rpcauth_lru_remove(struct rpc_cred *cred) in rpcauth_lru_remove()
385 struct rpc_cred *cred; in rpcauth_clear_credcache()
394 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache()
432 struct rpc_cred *cred, *next; in rpcauth_prune_expired()
516 struct rpc_cred *
522 struct rpc_cred *cred = NULL, in rpcauth_lookup_credcache()
580 struct rpc_cred *
584 struct rpc_cred *ret; in rpcauth_lookupcred()
595 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred()
609 static struct rpc_cred *
616 struct rpc_cred *ret; in rpcauth_bind_root_cred()
623 static struct rpc_cred *
637 static struct rpc_cred *
649 struct rpc_cred *new = NULL; in rpcauth_bindcred()
683 put_rpccred(struct rpc_cred *cred) in put_rpccred()
814 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_xmit_need_reencode()
824 struct rpc_cred *cred; in rpcauth_refreshcred()
829 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
845 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_invalcred()
854 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_uptodatecred()