Lines Matching refs:fscache
56 struct cachefiles_object, fscache); in cachefiles_read_waiter()
158 struct cachefiles_object, fscache); 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()
703 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_pages()
704 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
708 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
813 struct cachefiles_object, fscache); in cachefiles_allocate_page()
814 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
855 struct cachefiles_object, fscache); in cachefiles_allocate_pages()
856 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
903 struct cachefiles_object, fscache); in cachefiles_write_page()
914 cache = container_of(object->fscache.cache, in cachefiles_write_page()
932 eof = object->fscache.store_limit_l; in cachefiles_write_page()
977 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
978 cache = container_of(object->fscache.cache, in cachefiles_uncache_page()
983 spin_unlock(&object->fscache.cookie->lock); in cachefiles_uncache_page()