Home
last modified time | relevance | path

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

/linux-3.3/net/sunrpc/
Dauth.c455 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred()
464 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred()
478 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred()
492 int lookupflags = 0; in rpcauth_bindcred() local
Dauth_generic.c60 struct rpc_cred *cred, int lookupflags) in generic_bind_cred()