Searched refs:lookup_data (Results 1 – 2 of 2) sorted by relevance
30 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local42 lookup_data = kmalloc(sizeof(*lookup_data), cachefiles_gfp); in cachefiles_alloc_object()43 if (!lookup_data) in cachefiles_alloc_object()93 lookup_data->auxdata = auxdata; in cachefiles_alloc_object()94 lookup_data->key = key; in cachefiles_alloc_object()95 object->lookup_data = lookup_data; in cachefiles_alloc_object()97 _leave(" = %p [%p]", &object->fscache, lookup_data); in cachefiles_alloc_object()107 kfree(lookup_data); in cachefiles_alloc_object()119 struct cachefiles_lookup_data *lookup_data; in cachefiles_lookup_object() local131 lookup_data = object->lookup_data; in cachefiles_lookup_object()[all …]
40 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member