Home
last modified time | relevance | path

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

/fs/cachefiles/
Dinterface.c30 struct cachefiles_lookup_data *lookup_data; in cachefiles_alloc_object() local
42 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() local
131 lookup_data = object->lookup_data; in cachefiles_lookup_object()
[all …]
Dinternal.h40 struct cachefiles_lookup_data *lookup_data; /* cached lookup data */ member