Lines Matching refs:fscache

38 	pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id);  in __cachefiles_printk_object()
40 prefix, object->fscache.state->name, in __cachefiles_printk_object()
41 object->fscache.flags, work_busy(&object->fscache.work), in __cachefiles_printk_object()
42 object->fscache.events, object->fscache.event_mask); in __cachefiles_printk_object()
44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object()
45 object->fscache.n_exclusive); in __cachefiles_printk_object()
47 prefix, object->fscache.parent); in __cachefiles_printk_object()
49 spin_lock(&object->fscache.lock); in __cachefiles_printk_object()
50 cookie = object->fscache.cookie; in __cachefiles_printk_object()
54 object->fscache.cookie, in __cachefiles_printk_object()
55 object->fscache.cookie->parent, in __cachefiles_printk_object()
56 object->fscache.cookie->netfs_data, in __cachefiles_printk_object()
57 object->fscache.cookie->flags); in __cachefiles_printk_object()
67 spin_unlock(&object->fscache.lock); in __cachefiles_printk_object()
127 object->fscache.debug_id, in cachefiles_mark_object_buried()
128 object->fscache.state->name, in cachefiles_mark_object_buried()
131 if (fscache_object_is_live(&object->fscache)) { in cachefiles_mark_object_buried()
191 if (fscache_object_is_live(&xobject->fscache)) { in cachefiles_mark_object_active()
209 if (work_pending(&xobject->fscache.work)) { in cachefiles_mark_object_active()
211 object->fscache.debug_id, in cachefiles_mark_object_active()
212 xobject->fscache.debug_id); in cachefiles_mark_object_active()
233 object->fscache.debug_id, in cachefiles_mark_object_active()
234 xobject->fscache.debug_id); in cachefiles_mark_object_active()
248 cache->cache.ops->put_object(&xobject->fscache); in cachefiles_mark_object_active()
253 cache->cache.ops->put_object(&xobject->fscache); in cachefiles_mark_object_active()
415 _enter(",OBJ%x{%p}", object->fscache.debug_id, object->dentry); in cachefiles_delete_object()
468 parent->fscache.debug_id, parent->dentry, in cachefiles_walk_to_object()
469 object->fscache.debug_id, key); in cachefiles_walk_to_object()
471 cache = container_of(parent->fscache.cache, in cachefiles_walk_to_object()
517 fscache_object_lookup_negative(&object->fscache); in cachefiles_walk_to_object()
660 fscache_obtained_object(&object->fscache); in cachefiles_walk_to_object()