Lines Matching refs:rpc_cred

313 rpcauth_unhash_cred_locked(struct rpc_cred *cred)  in rpcauth_unhash_cred_locked()
322 rpcauth_unhash_cred(struct rpc_cred *cred) in rpcauth_unhash_cred()
364 rpcauth_stringify_acceptor(struct rpc_cred *cred) in rpcauth_stringify_acceptor()
378 struct rpc_cred *cred; in rpcauth_destroy_credlist()
381 cred = list_entry(head->next, struct rpc_cred, cr_lru); in rpcauth_destroy_credlist()
388 rpcauth_lru_add_locked(struct rpc_cred *cred) in rpcauth_lru_add_locked()
397 rpcauth_lru_add(struct rpc_cred *cred) in rpcauth_lru_add()
407 rpcauth_lru_remove_locked(struct rpc_cred *cred) in rpcauth_lru_remove_locked()
416 rpcauth_lru_remove(struct rpc_cred *cred) in rpcauth_lru_remove()
434 struct rpc_cred *cred; in rpcauth_clear_credcache()
443 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache()
481 struct rpc_cred *cred, *next; in rpcauth_prune_expired()
565 struct rpc_cred *
571 struct rpc_cred *cred = NULL, in rpcauth_lookup_credcache()
629 struct rpc_cred *
633 struct rpc_cred *ret; in rpcauth_lookupcred()
644 rpcauth_init_cred(struct rpc_cred *cred, const struct auth_cred *acred, in rpcauth_init_cred()
658 static struct rpc_cred *
665 struct rpc_cred *ret; in rpcauth_bind_root_cred()
672 static struct rpc_cred *
686 static struct rpc_cred *
698 struct rpc_cred *new = NULL; in rpcauth_bindcred()
732 put_rpccred(struct rpc_cred *cred) in put_rpccred()
863 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_xmit_need_reencode()
873 struct rpc_cred *cred; in rpcauth_refreshcred()
878 err = rpcauth_bindcred(task, task->tk_msg.rpc_cred, task->tk_flags); in rpcauth_refreshcred()
894 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_invalcred()
903 struct rpc_cred *cred = task->tk_rqstp->rq_cred; in rpcauth_uptodatecred()