Searched refs:_object (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dinterface.c24 static int cachefiles_attr_changed(struct fscache_object *_object);
120 static int cachefiles_lookup_object(struct fscache_object *_object) argument
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) argument
168 object = container_of(_object, struct cachefiles_object, fscache);
184 struct fscache_object *cachefiles_grab_object(struct fscache_object *_object) argument
187 container_of(_object, struc
202 cachefiles_update_object(struct fscache_object *_object) argument
246 cachefiles_drop_object(struct fscache_object *_object) argument
301 cachefiles_put_object(struct fscache_object *_object) argument
378 cachefiles_attr_changed(struct fscache_object *_object) argument
[all...]
H A Dmain.c43 static void cachefiles_object_init_once(void *_object) argument
45 struct cachefiles_object *object = _object;
H A Drdwr.c972 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) argument
977 object = container_of(_object, struct cachefiles_object, fscache);

Completed in 133 milliseconds