Lines Matching refs:container_of
34 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_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()
166 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
186 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
216 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object()
217 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
271 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_drop_object()
276 cache = container_of(object->fscache.cache, in cachefiles_drop_object()
331 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_put_object()
384 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_sync_cache()
414 object = container_of(op->object, struct cachefiles_object, fscache); in cachefiles_check_consistency()
415 cache = container_of(object->fscache.cache, in cachefiles_check_consistency()
445 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_attr_changed()
446 cache = container_of(object->fscache.cache, in cachefiles_attr_changed()
508 object = container_of(op->object, struct cachefiles_object, fscache); in cachefiles_invalidate_object()
509 cache = container_of(object->fscache.cache, in cachefiles_invalidate_object()