Lines Matching refs:container_of
28 container_of(wait, struct cachefiles_one_read, monitor); in cachefiles_read_waiter()
56 object = container_of(monitor->op->op.object, in cachefiles_read_waiter()
156 op = container_of(_op, struct fscache_retrieval, op); in cachefiles_read_copier()
157 object = container_of(op->op.object, in cachefiles_read_copier()
401 object = container_of(op->op.object, in cachefiles_read_or_alloc_page()
403 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_page()
692 object = container_of(op->op.object, in cachefiles_read_or_alloc_pages()
694 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
804 object = container_of(op->op.object, in cachefiles_allocate_page()
806 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
844 object = container_of(op->op.object, in cachefiles_allocate_pages()
846 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
893 object = container_of(op->op.object, in cachefiles_write_page()
905 cache = container_of(object->fscache.cache, in cachefiles_write_page()
960 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
961 cache = container_of(object->fscache.cache, in cachefiles_uncache_page()