Home
last modified time | relevance | path

Searched refs:pcache_dev_err (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/md/dm-pcache/
H A Dcache_dev.c79 pcache_dev_err(pcache, "dax device is too small, required at least %llu", in cache_dev_dax_init()
91 pcache_dev_err(pcache, "dax_direct_access failed: %ld\n", mapped_pages); in cache_dev_dax_init()
108 pcache_dev_err(pcache, "vmap fallback failed: %d\n", ret); in cache_dev_dax_init()
162 pcache_dev_err(pcache, "dax device is too small, required at least %llu", in sb_init()
191 pcache_dev_err(pcache, "unexpected magic: %llx\n", in sb_validate()
198 pcache_dev_err(pcache, "corrupted sb: %u, expected: %u\n", crc, le32_to_cpu(sb->crc)); in sb_validate()
205 pcache_dev_err(pcache, "cache_dev is not big endian\n"); in sb_validate()
210 pcache_dev_err(pcache, "cache_dev is big endian\n"); in sb_validate()
251 pcache_dev_err(pcache, "failed to init cache_dev %s via dax way: %d.", in cache_dev_start()
H A Dcache.c47 pcache_dev_err(pcache, "invalid option for data_crc: %s, expected: %s", in cache_info_init()
210 pcache_dev_err(pcache, "Corrupted key tail or dirty tail.\n"); in cache_tail_init()
229 pcache_dev_err(pcache, "no available segment\n"); in get_seg_id()
333 pcache_dev_err(pcache, "failed to replay keys\n"); in cache_init_req_keys()
H A Dcache_gc.c43 pcache_dev_err(pcache, "error to read kset: %d", ret); in need_gc()
151 pcache_dev_err(pcache, "failed to decode cache key in gc\n"); in pcache_cache_gc_fn()
H A Dcache_writeback.c13 pcache_dev_err(CACHE_TO_PCACHE(cache), "writeback error: %d", ret); in writeback_ctx_end()
54 pcache_dev_err(pcache, "error to read kset: %d", ret); in is_cache_clean()
H A Ddm_pcache.h42 #define pcache_dev_err(pcache, fmt, ...) \ macro
H A Dcache_segment.c67 pcache_dev_err(pcache, "can't read segment info of segment: %u, ret: %d\n", in cache_seg_info_load()
H A Dcache_key.c105 pcache_dev_err(pcache, "key: %llu:%u seg %u:%u data_crc error: %x, expected: %x\n", in cache_key_decode()