Home
last modified time | relevance | path

Searched refs:lookup_data (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/cachefiles/
Dinterface.c26 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local
38 lookup_data = kmalloc(sizeof(*lookup_data), cachefiles_gfp); in cachefiles_alloc_object()
39 if (!lookup_data) in cachefiles_alloc_object()
95 lookup_data->auxdata = auxdata; in cachefiles_alloc_object()
96 lookup_data->key = key; in cachefiles_alloc_object()
97 object->lookup_data = lookup_data; in cachefiles_alloc_object()
99 _leave(" = %p [%p]", &object->fscache, lookup_data); in cachefiles_alloc_object()
109 kfree(lookup_data); in cachefiles_alloc_object()
121 struct cachefiles_lookup_data *lookup_data; in cachefiles_lookup_object() local
133 lookup_data = object->lookup_data; in cachefiles_lookup_object()
[all …]
Dinternal.h37 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member
/Linux-v5.4/net/ipv6/
Dfib6_rules.c69 .lookup_data = &oif, in fib6_lookup()
97 .lookup_data = skb, in fib6_rule_lookup()
180 oif = (int *)arg->lookup_data; in fib6_rule_action_alt()
228 rt = lookup(net, table, flp6, arg->lookup_data, flags); in __fib6_rule_action()
/Linux-v5.4/include/net/
Dfib_rules.h50 const void *lookup_data; member