Lines Matching refs:container_of
34 cache = container_of(_cache, struct cachefiles_cache, cache);
129 cache = container_of(_object->cache, struct cachefiles_cache, cache);
130 parent = container_of(_object->parent,
132 object = container_of(_object, struct cachefiles_object, fscache);
166 object = container_of(_object, struct cachefiles_object, fscache);
186 container_of(_object, struct cachefiles_object, fscache);
216 object = container_of(_object, struct cachefiles_object, fscache);
217 cache = container_of(object->fscache.cache, struct cachefiles_cache,
271 object = container_of(_object, struct cachefiles_object, fscache);
276 cache = container_of(object->fscache.cache,
331 object = container_of(_object, struct cachefiles_object, fscache);
384 cache = container_of(_cache, struct cachefiles_cache, cache);
414 object = container_of(op->object, struct cachefiles_object, fscache);
415 cache = container_of(object->fscache.cache,
445 object = container_of(_object, struct cachefiles_object, fscache);
446 cache = container_of(object->fscache.cache,
508 object = container_of(op->object, struct cachefiles_object, fscache);
509 cache = container_of(object->fscache.cache,