Searched refs:cache_data_crc_on (Results 1 – 3 of 3) sorted by relevance
84 if (cache_data_crc_on(cache)) in cache_key_encode()103 if (cache_data_crc_on(cache) && in cache_key_decode()
422 cache_data_crc_on(cache) ? "true" : "false"); in dm_pcache_status()
463 static inline bool cache_data_crc_on(struct pcache_cache *cache) in cache_data_crc_on() function