Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
A Dinterface.c38 lookup_data = kmalloc(sizeof(*lookup_data), cachefiles_gfp); in cachefiles_alloc_object()
39 if (!lookup_data) in cachefiles_alloc_object()
96 lookup_data->key = key; in cachefiles_alloc_object()
97 object->lookup_data = lookup_data; in cachefiles_alloc_object()
109 kfree(lookup_data); in cachefiles_alloc_object()
133 lookup_data = object->lookup_data; in cachefiles_lookup_object()
140 lookup_data->key, in cachefiles_lookup_object()
141 lookup_data->auxdata); in cachefiles_lookup_object()
170 if (object->lookup_data) { in cachefiles_lookup_complete()
173 kfree(object->lookup_data); in cachefiles_lookup_complete()
[all …]
A Dinternal.h37 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member
/linux/net/ipv6/
A Dfib6_rules.c71 .lookup_data = &oif, in fib6_lookup()
99 .lookup_data = skb, in fib6_rule_lookup()
184 oif = (int *)arg->lookup_data; in fib6_rule_action_alt()
233 net, table, flp6, arg->lookup_data, flags); in __fib6_rule_action()
/linux/include/net/
A Dfib_rules.h51 const void *lookup_data; member

Completed in 9 milliseconds