Lines Matching defs:cache
29 XATTR_USER_PREFIX "CacheFiles.cache";
37 * set the state xattr on a cache file
92 * check the consistency between the backing cache and the FS-Cache cookie
129 pr_warn("Dirty object in cache\n");
145 int cachefiles_remove_object_xattr(struct cachefiles_cache *cache,
160 cachefiles_io_error(cache,
171 * Stick a marker on the cache object to indicate that it's dirty.
177 struct cachefiles_cache *cache = object->volume->cache;
182 cachefiles_begin_secure(cache, &saved_cred);
184 cachefiles_end_secure(cache, saved_cred);
219 volume->cache, "Failed to set xattr with error %d", ret);
231 * Check the consistency between the backing cache and the volume cookie.
259 volume->cache,