• Home
  • Raw
  • Download

Lines Matching refs:fscache

39 	       prefix, object->fscache.debug_id);  in __cachefiles_printk_object()
41 prefix, fscache_object_states[object->fscache.state], in __cachefiles_printk_object()
42 object->fscache.flags, work_busy(&object->fscache.work), in __cachefiles_printk_object()
43 object->fscache.events, in __cachefiles_printk_object()
44 object->fscache.event_mask & FSCACHE_OBJECT_EVENTS_MASK); in __cachefiles_printk_object()
46 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
47 object->fscache.n_exclusive); in __cachefiles_printk_object()
49 prefix, object->fscache.parent); in __cachefiles_printk_object()
51 spin_lock(&object->fscache.lock); in __cachefiles_printk_object()
52 cookie = object->fscache.cookie; in __cachefiles_printk_object()
56 object->fscache.cookie, in __cachefiles_printk_object()
57 object->fscache.cookie->parent, in __cachefiles_printk_object()
58 object->fscache.cookie->netfs_data, in __cachefiles_printk_object()
59 object->fscache.cookie->flags); in __cachefiles_printk_object()
69 spin_unlock(&object->fscache.lock); in __cachefiles_printk_object()
130 object->fscache.debug_id, in cachefiles_mark_object_buried()
131 fscache_object_states[object->fscache.state], in cachefiles_mark_object_buried()
134 if (object->fscache.state < FSCACHE_OBJECT_DYING) { in cachefiles_mark_object_buried()
196 if (xobject->fscache.state < FSCACHE_OBJECT_DYING) { in cachefiles_mark_object_active()
215 if (work_pending(&xobject->fscache.work)) { in cachefiles_mark_object_active()
217 object->fscache.debug_id, in cachefiles_mark_object_active()
218 xobject->fscache.debug_id); in cachefiles_mark_object_active()
239 object->fscache.debug_id, in cachefiles_mark_object_active()
240 xobject->fscache.debug_id); in cachefiles_mark_object_active()
255 cache->cache.ops->put_object(&xobject->fscache); in cachefiles_mark_object_active()
260 cache->cache.ops->put_object(&xobject->fscache); in cachefiles_mark_object_active()
424 _enter(",OBJ%x{%p}", object->fscache.debug_id, object->dentry); in cachefiles_delete_object()
477 parent->fscache.debug_id, parent->dentry, in cachefiles_walk_to_object()
478 object->fscache.debug_id, key); in cachefiles_walk_to_object()
480 cache = container_of(parent->fscache.cache, in cachefiles_walk_to_object()
526 fscache_object_lookup_negative(&object->fscache); in cachefiles_walk_to_object()
670 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()