Lines Matching refs:fscache
34 pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id); in __cachefiles_printk_object()
36 prefix, object->fscache.state->name, in __cachefiles_printk_object()
37 object->fscache.flags, work_busy(&object->fscache.work), in __cachefiles_printk_object()
38 object->fscache.events, object->fscache.event_mask); in __cachefiles_printk_object()
40 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
41 object->fscache.n_exclusive); in __cachefiles_printk_object()
43 prefix, object->fscache.parent ? object->fscache.parent->debug_id : 0); in __cachefiles_printk_object()
45 spin_lock(&object->fscache.lock); in __cachefiles_printk_object()
46 cookie = object->fscache.cookie; in __cachefiles_printk_object()
63 spin_unlock(&object->fscache.lock); in __cachefiles_printk_object()
114 object->fscache.debug_id, in cachefiles_mark_object_buried()
115 object->fscache.state->name, in cachefiles_mark_object_buried()
120 if (fscache_object_is_live(&object->fscache)) { in cachefiles_mark_object_buried()
126 fscache_object_mark_killed(&object->fscache, why); in cachefiles_mark_object_buried()
143 _enter(",%x", object->fscache.debug_id); in cachefiles_mark_object_active()
186 if (fscache_object_is_live(&xobject->fscache)) { in cachefiles_mark_object_active()
203 if (work_pending(&xobject->fscache.work)) { in cachefiles_mark_object_active()
205 object->fscache.debug_id, in cachefiles_mark_object_active()
206 xobject->fscache.debug_id); in cachefiles_mark_object_active()
227 object->fscache.debug_id, in cachefiles_mark_object_active()
228 xobject->fscache.debug_id); in cachefiles_mark_object_active()
242 cache->cache.ops->put_object(&xobject->fscache, in cachefiles_mark_object_active()
247 cache->cache.ops->put_object(&xobject->fscache, in cachefiles_mark_object_active()
447 _enter(",OBJ%x{%pd}", object->fscache.debug_id, object->dentry); in cachefiles_delete_object()
457 if (test_bit(FSCACHE_OBJECT_KILLED_BY_CACHE, &object->fscache.flags)) { in cachefiles_delete_object()
501 parent->fscache.debug_id, parent->dentry, in cachefiles_walk_to_object()
502 object->fscache.debug_id, key); in cachefiles_walk_to_object()
504 cache = container_of(parent->fscache.cache, in cachefiles_walk_to_object()
552 fscache_object_lookup_negative(&object->fscache); in cachefiles_walk_to_object()
655 fscache_object_retrying_stale(&object->fscache); in cachefiles_walk_to_object()
705 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()
711 fscache_object_mark_killed(&object->fscache, FSCACHE_OBJECT_NO_SPACE); in cachefiles_walk_to_object()