Lines Matching refs:container_of

38 	cache = container_of(_cache, struct cachefiles_cache, cache);  in cachefiles_alloc_object()
127 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
128 parent = container_of(_object->parent, in cachefiles_lookup_object()
130 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
164 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
183 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
209 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object()
210 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
259 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_drop_object()
264 cache = container_of(object->fscache.cache, in cachefiles_drop_object()
320 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_put_object()
369 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache()
399 object = container_of(op->object, struct cachefiles_object, fscache); in cachefiles_check_consistency()
400 cache = container_of(object->fscache.cache, in cachefiles_check_consistency()
430 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_attr_changed()
431 cache = container_of(object->fscache.cache, in cachefiles_attr_changed()
493 object = container_of(op->object, struct cachefiles_object, fscache); in cachefiles_invalidate_object()
494 cache = container_of(object->fscache.cache, in cachefiles_invalidate_object()