Lines Matching refs:fscache
60 object = container_of(op->op.object, struct cachefiles_object, fscache); in cachefiles_read_waiter()
162 struct cachefiles_object, fscache); in cachefiles_read_copier()
180 &object->fscache.cookie->flags)) { in cachefiles_read_copier()
405 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page()
406 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_page()
699 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_pages()
700 cache = container_of(object->fscache.cache, in cachefiles_read_or_alloc_pages()
704 object->fscache.debug_id, atomic_read(&op->op.usage), in cachefiles_read_or_alloc_pages()
808 struct cachefiles_object, fscache); in cachefiles_allocate_page()
809 cache = container_of(object->fscache.cache, in cachefiles_allocate_page()
848 struct cachefiles_object, fscache); in cachefiles_allocate_pages()
849 cache = container_of(object->fscache.cache, in cachefiles_allocate_pages()
897 struct cachefiles_object, fscache); in cachefiles_write_page()
908 cache = container_of(object->fscache.cache, in cachefiles_write_page()
916 eof = object->fscache.store_limit_l; in cachefiles_write_page()
966 __releases(&object->fscache.cookie->lock) in cachefiles_uncache_page()
970 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_uncache_page()
974 spin_unlock(&object->fscache.cookie->lock); in cachefiles_uncache_page()