Lines Matching refs:fscache
59 object = container_of(op->op.object, struct cachefiles_object, fscache); in cachefiles_read_waiter()
161 struct cachefiles_object, fscache); in cachefiles_read_copier()
179 &object->fscache.cookie->flags)) { in cachefiles_read_copier()
404 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page()
405 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_page()
697 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_pages()
698 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
702 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
805 struct cachefiles_object, fscache); in cachefiles_allocate_page()
806 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
845 struct cachefiles_object, fscache); in cachefiles_allocate_pages()
846 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
894 struct cachefiles_object, fscache); in cachefiles_write_page()
905 cache = container_of(object->fscache.cache, in cachefiles_write_page()
913 eof = object->fscache.store_limit_l; in cachefiles_write_page()
963 __releases(&object->fscache.cookie->lock) in cachefiles_uncache_page()
967 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
971 spin_unlock(&object->fscache.cookie->lock); in cachefiles_uncache_page()