Home
last modified time | relevance | path

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

/fs/cachefiles/
Dinterface.c17 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 …]
Dmain.c41 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()
Drdwr.c962 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()