Searched refs:_object (Results 1 – 3 of 3) sorted by relevance
/fs/cachefiles/ |
D | interface.c | 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() [all …]
|
D | main.c | 41 static void cachefiles_object_init_once(void *_object) in cachefiles_object_init_once() argument 43 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
|
D | rdwr.c | 962 void cachefiles_uncache_page(struct fscache_object *_object, struct page *page) in cachefiles_uncache_page() argument 967 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
|