Lines Matching refs:cache

47 	fscache_count_object(vcookie->cache);  in cachefiles_alloc_object()
84 struct fscache_cache *cache; in cachefiles_put_object() local
97 cache = object->volume->cache->cache; in cachefiles_put_object()
101 fscache_uncount_object(cache); in cachefiles_put_object()
180 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv; in cachefiles_lookup_cookie() local
195 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_lookup_cookie()
203 spin_lock(&cache->object_list_lock); in cachefiles_lookup_cookie()
204 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
205 spin_unlock(&cache->object_list_lock); in cachefiles_lookup_cookie()
208 cachefiles_end_secure(cache, saved_cred); in cachefiles_lookup_cookie()
213 cachefiles_end_secure(cache, saved_cred); in cachefiles_lookup_cookie()
235 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_shorten_object() local
252 cachefiles_remove_object_xattr(cache, object, file->f_path.dentry); in cachefiles_shorten_object()
267 cachefiles_remove_object_xattr(cache, object, file->f_path.dentry); in cachefiles_shorten_object()
282 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_resize_cookie() local
291 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_resize_cookie()
293 cachefiles_end_secure(cache, saved_cred); in cachefiles_resize_cookie()
309 struct cachefiles_cache *cache) in cachefiles_commit_object() argument
321 cachefiles_commit_tmpfile(cache, object); in cachefiles_commit_object()
328 struct cachefiles_cache *cache) in cachefiles_clean_up_object() argument
341 cachefiles_commit_object(object, cache); in cachefiles_clean_up_object()
357 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_withdraw_cookie() local
364 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
367 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
373 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_withdraw_cookie()
374 cachefiles_clean_up_object(object, cache); in cachefiles_withdraw_cookie()
375 cachefiles_end_secure(cache, saved_cred); in cachefiles_withdraw_cookie()
427 cachefiles_bury_object(volume->cache, object, fan, in cachefiles_invalidate_cookie()