Lines Matching refs:fscache
34 pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id);
36 prefix, object->fscache.state->name,
37 object->fscache.flags, work_busy(&object->fscache.work),
38 object->fscache.events, object->fscache.event_mask);
40 prefix, object->fscache.n_ops, object->fscache.n_in_progress,
41 object->fscache.n_exclusive);
43 prefix, object->fscache.parent);
45 spin_lock(&object->fscache.lock);
46 cookie = object->fscache.cookie;
50 object->fscache.cookie,
51 object->fscache.cookie->parent,
52 object->fscache.cookie->netfs_data,
53 object->fscache.cookie->flags);
63 spin_unlock(&object->fscache.lock);
114 object->fscache.debug_id,
115 object->fscache.state->name,
120 if (fscache_object_is_live(&object->fscache)) {
126 fscache_object_mark_killed(&object->fscache, why);
186 if (fscache_object_is_live(&xobject->fscache)) {
203 if (work_pending(&xobject->fscache.work)) {
205 object->fscache.debug_id,
206 xobject->fscache.debug_id);
227 object->fscache.debug_id,
228 xobject->fscache.debug_id);
242 cache->cache.ops->put_object(&xobject->fscache,
247 cache->cache.ops->put_object(&xobject->fscache,
441 _enter(",OBJ%x{%p}", object->fscache.debug_id, object->dentry);
451 if (test_bit(FSCACHE_OBJECT_KILLED_BY_CACHE, &object->fscache.flags)) {
496 parent->fscache.debug_id, parent->dentry,
497 object->fscache.debug_id, key);
499 cache = container_of(parent->fscache.cache,
549 fscache_object_lookup_negative(&object->fscache);
655 fscache_object_retrying_stale(&object->fscache);
705 fscache_obtained_object(&object->fscache);
711 fscache_object_mark_killed(&object->fscache, FSCACHE_OBJECT_NO_SPACE);