• Home
  • Raw
  • Download

Lines Matching refs:cache

42 	fscache_count_object(vcookie->cache);  in cachefiles_alloc_object()
79 struct fscache_cache *cache; in cachefiles_put_object() local
92 cache = object->volume->cache->cache; in cachefiles_put_object()
96 fscache_uncount_object(cache); in cachefiles_put_object()
175 struct cachefiles_cache *cache = cookie->volume->cache->cache_priv; in cachefiles_lookup_cookie() local
190 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_lookup_cookie()
198 spin_lock(&cache->object_list_lock); in cachefiles_lookup_cookie()
199 list_add(&object->cache_link, &cache->object_list); in cachefiles_lookup_cookie()
200 spin_unlock(&cache->object_list_lock); in cachefiles_lookup_cookie()
203 cachefiles_end_secure(cache, saved_cred); in cachefiles_lookup_cookie()
208 cachefiles_end_secure(cache, saved_cred); in cachefiles_lookup_cookie()
230 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_shorten_object() local
247 cachefiles_remove_object_xattr(cache, object, file->f_path.dentry); in cachefiles_shorten_object()
262 cachefiles_remove_object_xattr(cache, object, file->f_path.dentry); in cachefiles_shorten_object()
277 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_resize_cookie() local
286 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_resize_cookie()
288 cachefiles_end_secure(cache, saved_cred); in cachefiles_resize_cookie()
304 struct cachefiles_cache *cache) in cachefiles_commit_object() argument
316 cachefiles_commit_tmpfile(cache, object); in cachefiles_commit_object()
323 struct cachefiles_cache *cache) in cachefiles_clean_up_object() argument
336 cachefiles_commit_object(object, cache); in cachefiles_clean_up_object()
352 struct cachefiles_cache *cache = object->volume->cache; in cachefiles_withdraw_cookie() local
359 spin_lock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
362 spin_unlock(&cache->object_list_lock); in cachefiles_withdraw_cookie()
368 cachefiles_begin_secure(cache, &saved_cred); in cachefiles_withdraw_cookie()
369 cachefiles_clean_up_object(object, cache); in cachefiles_withdraw_cookie()
370 cachefiles_end_secure(cache, saved_cred); in cachefiles_withdraw_cookie()
422 cachefiles_bury_object(volume->cache, object, fan, in cachefiles_invalidate_cookie()