• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cachefiles/

Lines Matching refs:_object

24 static int cachefiles_attr_changed(struct fscache_object *_object);
120 static int cachefiles_lookup_object(struct fscache_object *_object)
128 _enter("{OBJ%x}", _object->debug_id);
130 cache = container_of(_object->cache, struct cachefiles_cache, cache);
131 parent = container_of(_object->parent,
133 object = container_of(_object, struct cachefiles_object, fscache);
164 static void cachefiles_lookup_complete(struct fscache_object *_object)
168 object = container_of(_object, struct cachefiles_object, fscache);
184 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object)
187 container_of(_object, struct cachefiles_object, fscache);
189 _enter("{OBJ%x,%d}", _object->debug_id, atomic_read(&object->usage));
202 static void cachefiles_update_object(struct fscache_object *_object)
211 _enter("{OBJ%x}", _object->debug_id);
213 object = container_of(_object, struct cachefiles_object, fscache);
246 static void cachefiles_drop_object(struct fscache_object *_object)
252 ASSERT(_object);
254 object = container_of(_object, struct cachefiles_object, fscache);
268 _object != cache->cache.fsdef
301 static void cachefiles_put_object(struct fscache_object *_object)
306 ASSERT(_object);
308 object = container_of(_object, struct cachefiles_object, fscache);
378 static int cachefiles_attr_changed(struct fscache_object *_object)
388 _object->cookie->def->get_attr(_object->cookie->netfs_data, &ni_size);
391 _object->debug_id, (unsigned long long) ni_size);
393 object = container_of(_object, struct cachefiles_object, fscache);