Lines Matching refs:fscache
52 fscache_object_init(&object->fscache, cookie, &cache->cache);
99 _leave(" = %p [%p]", &object->fscache, lookup_data);
100 return &object->fscache;
131 struct cachefiles_object, fscache);
132 object = container_of(_object, struct cachefiles_object, fscache);
146 object->fscache.cookie->def->type != FSCACHE_COOKIE_TYPE_INDEX)
147 cachefiles_attr_changed(&object->fscache);
152 fscache_object_lookup_error(&object->fscache);
166 object = container_of(_object, struct cachefiles_object, fscache);
168 _enter("{OBJ%x,%p}", object->fscache.debug_id, object->lookup_data);
186 container_of(_object, struct cachefiles_object, fscache);
198 return &object->fscache;
216 object = container_of(_object, struct cachefiles_object, fscache);
217 cache = container_of(object->fscache.cache, struct cachefiles_cache,
225 cookie = object->fscache.cookie;
271 object = container_of(_object, struct cachefiles_object, fscache);
274 object->fscache.debug_id, atomic_read(&object->usage));
276 cache = container_of(object->fscache.cache,
290 if (test_bit(FSCACHE_OBJECT_RETIRED, &object->fscache.flags) &&
293 _debug("- retire object OBJ%x", object->fscache.debug_id);
331 object = container_of(_object, struct cachefiles_object, fscache);
334 object->fscache.debug_id, atomic_read(&object->usage));
340 ASSERTIFCMP(object->fscache.parent,
341 object->fscache.parent->n_children, >, 0);
348 _debug("- kill object OBJ%x", object->fscache.debug_id);
351 ASSERTCMP(object->fscache.parent, ==, NULL);
354 ASSERTCMP(object->fscache.n_ops, ==, 0);
355 ASSERTCMP(object->fscache.n_children, ==, 0);
364 cache = object->fscache.cache;
365 fscache_object_destroy(&object->fscache);
414 object = container_of(op->object, struct cachefiles_object, fscache);
415 cache = container_of(object->fscache.cache,
445 object = container_of(_object, struct cachefiles_object, fscache);
446 cache = container_of(object->fscache.cache,
457 fscache_set_store_limit(&object->fscache, ni_size);
487 fscache_set_store_limit(&object->fscache, 0);
508 object = container_of(op->object, struct cachefiles_object, fscache);
509 cache = container_of(object->fscache.cache,
520 fscache_set_store_limit(&object->fscache, ni_size);
532 fscache_set_store_limit(&object->fscache, 0);