Lines Matching refs:_object

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