Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cachefiles/
Dinterface.c32 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local
44 lookup_data = kmalloc(sizeof(*lookup_data), GFP_KERNEL); in cachefiles_alloc_object()
45 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.h31 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member