Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dauth.c657 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred() argument
666 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() argument
676 return auth->au_ops->lookup_cred(auth, &acred, lookupflags); in rpcauth_bind_root_cred()
680 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() argument
686 return rpcauth_lookupcred(auth, lookupflags); in rpcauth_bind_new_cred()
694 int lookupflags = 0; in rpcauth_bindcred() local
697 lookupflags |= RPCAUTH_LOOKUP_NEW; in rpcauth_bindcred()
699 new = cred->cr_ops->crbind(task, cred, lookupflags); in rpcauth_bindcred()
701 new = rpcauth_bind_root_cred(task, lookupflags); in rpcauth_bindcred()
703 new = rpcauth_bind_new_cred(task, lookupflags); in rpcauth_bindcred()
Dauth_generic.c66 struct rpc_cred *cred, int lookupflags) in generic_bind_cred() argument
71 return auth->au_ops->lookup_cred(auth, acred, lookupflags); in generic_bind_cred()
/linux-4.4.14/drivers/gpio/
Dgpiolib.c2135 enum gpio_lookup_flags lookupflags = 0; in gpiod_get_index() local
2143 desc = of_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index()
2146 desc = acpi_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index()
2156 desc = gpiod_find(dev, con_id, idx, &lookupflags); in gpiod_get_index()
2164 gpiod_parse_flags(desc, lookupflags); in gpiod_get_index()