Home
last modified time | relevance | path

Searched refs:lookupflags (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/
Dauth.c581 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred() argument
590 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument
600 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
604 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument
610 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
618 int lookupflags = 0; in rpcauth_bindcred() local
621 lookupflags |= RPCAUTH_LOOKUP_NEW; in rpcauth_bindcred()
623 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()
625 new = rpcauth_bind_root_cred(task, lookupflags); in rpcauth_bindcred()
627 new = rpcauth_bind_new_cred(task, lookupflags); in rpcauth_bindcred()
Dauth_generic.c60 struct rpc_cred *cred, int lookupflags) in generic_bind_cred() argument
65 return auth->au_ops->lookup_cred(auth, acred, lookupflags); in generic_bind_cred()