Home
last modified time | relevance | path

Searched refs:cache_data_crc_on (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-pcache/
H A Dcache_key.c84 if (cache_data_crc_on(cache)) in cache_key_encode()
103 if (cache_data_crc_on(cache) && in cache_key_decode()
H A Ddm_pcache.c422 cache_data_crc_on(cache) ? "true" : "false"); in dm_pcache_status()
H A Dcache.h463 static inline bool cache_data_crc_on(struct pcache_cache *cache) in cache_data_crc_on() function