Lines Matching refs:cookie
28 struct fscache_cookie *cookie) in cachefiles_alloc_object() argument
40 _enter("{%s},%p,", cache->cache.identifier, cookie); in cachefiles_alloc_object()
56 fscache_object_init(&object->fscache, cookie, &cache->cache); in cachefiles_alloc_object()
58 object->type = cookie->def->type; in cachefiles_alloc_object()
68 keylen = cookie->def->get_key(cookie->netfs_data, buffer + 2, 512); in cachefiles_alloc_object()
84 if (cookie->def->get_aux) { in cachefiles_alloc_object()
85 auxlen = cookie->def->get_aux(cookie->netfs_data, in cachefiles_alloc_object()
91 auxdata->type = cookie->def->type; in cachefiles_alloc_object()
144 object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX) in cachefiles_lookup_object()
203 struct fscache_cookie *cookie; in cachefiles_update_object() local
218 cookie = object->fscache.cookie; in cachefiles_update_object()
220 if (!cookie->def->get_aux) { in cachefiles_update_object()
233 auxlen = cookie->def->get_aux(cookie->netfs_data, auxdata->data, 511); in cachefiles_update_object()
238 auxdata->type = cookie->def->type; in cachefiles_update_object()
425 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size); in cachefiles_attr_changed()
497 op->object->cookie->def->get_attr(op->object->cookie->netfs_data, in cachefiles_invalidate_object()