Lines Matching refs:fscache
57 struct cachefiles_object, fscache); in cachefiles_read_waiter()
158 struct cachefiles_object, fscache); in cachefiles_read_copier()
176 &object->fscache.cookie->flags)) { in cachefiles_read_copier()
402 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page()
403 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_page()
690 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_pages()
691 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
695 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
799 struct cachefiles_object, fscache); in cachefiles_allocate_page()
800 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
839 struct cachefiles_object, fscache); in cachefiles_allocate_pages()
840 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
888 struct cachefiles_object, fscache); in cachefiles_write_page()
899 cache = container_of(object->fscache.cache, in cachefiles_write_page()
907 eof = object->fscache.store_limit_l; 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()
967 spin_unlock(&object->fscache.cookie->lock); in cachefiles_uncache_page()