Lines Matching refs:fscache
64 object = container_of(op->op.object, struct cachefiles_object, fscache); in cachefiles_read_waiter()
165 struct cachefiles_object, fscache); in cachefiles_read_copier()
183 &object->fscache.cookie->flags)) { in cachefiles_read_copier()
408 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page()
409 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_page()
695 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_pages()
696 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
700 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
804 struct cachefiles_object, fscache); in cachefiles_allocate_page()
805 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
844 struct cachefiles_object, fscache); in cachefiles_allocate_pages()
845 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
893 struct cachefiles_object, fscache); in cachefiles_write_page()
904 cache = container_of(object->fscache.cache, in cachefiles_write_page()
912 eof = object->fscache.store_limit_l; in cachefiles_write_page()
962 __releases(&object->fscache.cookie->lock) in cachefiles_uncache_page()
967 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
968 cache = container_of(object->fscache.cache, in cachefiles_uncache_page()
973 spin_unlock(&object->fscache.cookie->lock); in cachefiles_uncache_page()