Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cachefiles/
Dinterface.c33 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local
45 lookup_data = kmalloc(sizeof(*lookup_data), GFP_KERNEL); in cachefiles_alloc_object()
46 if (!lookup_data) in cachefiles_alloc_object()
96 lookup_data->auxdata = auxdata; in cachefiles_alloc_object()
97 lookup_data->key = key; in cachefiles_alloc_object()
98 object->lookup_data = lookup_data; in cachefiles_alloc_object()
100 _leave(" = %p [%p]", &object->fscache, lookup_data); in cachefiles_alloc_object()
110 kfree(lookup_data); in cachefiles_alloc_object()
122 struct cachefiles_lookup_data *lookup_data; in cachefiles_lookup_object() local
134 lookup_data = object->lookup_data; in cachefiles_lookup_object()
[all …]
Dinternal.h31 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member