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()
689 object = container_of(op->op.object, in cachefiles_read_or_alloc_pages()
691 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
798 object = container_of(op->op.object, in cachefiles_allocate_page()
800 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
838 object = container_of(op->op.object, in cachefiles_allocate_pages()
840 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
887 object = container_of(op->op.object, in cachefiles_write_page()
899 cache = container_of(object->fscache.cache, in cachefiles_write_page()
961 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
962 cache = container_of(object->fscache.cache, in cachefiles_uncache_page()