Searched refs:lookup_data (Results 1 – 2 of 2) sorted by relevance
33 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local45 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() local134 lookup_data = object->lookup_data; in cachefiles_lookup_object()[all …]
31 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member