Lines Matching refs:_object
17 static int cachefiles_attr_changed(struct fscache_object *_object);
119 static int cachefiles_lookup_object(struct fscache_object *_object)
127 _enter("{OBJ%x}", _object->debug_id);
129 cache = container_of(_object->cache, struct cachefiles_cache, cache);
130 parent = container_of(_object->parent,
132 object = container_of(_object, struct cachefiles_object, fscache);
162 static void cachefiles_lookup_complete(struct fscache_object *_object)
166 object = container_of(_object, struct cachefiles_object, fscache);
182 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object,
186 container_of(_object, struct cachefiles_object, fscache);
189 _enter("{OBJ%x,%d}", _object->debug_id, atomic_read(&object->usage));
196 trace_cachefiles_ref(object, _object->cookie,
204 static void cachefiles_update_object(struct fscache_object *_object)
214 _enter("{OBJ%x}", _object->debug_id);
216 object = container_of(_object, struct cachefiles_object, fscache);
220 if (!fscache_use_cookie(_object)) {
229 fscache_unuse_cookie(_object);
236 fscache_unuse_cookie(_object);
245 fscache_unuse_cookie(_object);
261 static void cachefiles_drop_object(struct fscache_object *_object)
269 ASSERT(_object);
271 object = container_of(_object, struct cachefiles_object, fscache);
291 _object != cache->cache.fsdef
322 static void cachefiles_put_object(struct fscache_object *_object,
329 ASSERT(_object);
331 object = container_of(_object, struct cachefiles_object, fscache);
344 trace_cachefiles_ref(object, _object->cookie,
430 static int cachefiles_attr_changed(struct fscache_object *_object)
440 ni_size = _object->store_limit_l;
443 _object->debug_id, (unsigned long long) ni_size);
445 object = container_of(_object, struct cachefiles_object, fscache);