Home
last modified time | relevance | path

Searched refs:DMWARN_LIMIT (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/md/
Ddm-verity-fec.c177 DMWARN_LIMIT("%s: FEC %llu: corrected %d errors", in fec_decode_bufs()
255 DMWARN_LIMIT("%s: FEC %llu: read failed (%llu): %ld", in fec_read_bufs()
417 DMWARN_LIMIT("%s: FEC: recursion too deep", v->data_dev->name); in verity_fec_decode()
Ddm-ps-round-robin.c142 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in rr_add_path()
Ddm-ps-queue-length.c140 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in ql_add_path()
Ddm-ps-io-affinity.c81 DMWARN_LIMIT("Ignoring mapping for CPU %u. Max CPU is %u", in ioa_add_path()
Ddm-ps-service-time.c144 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in st_add_path()
Ddm-raid1.c531 DMWARN_LIMIT("Read failure on mirror device %s. Trying alternative device.", in read_callback()
Ddm-cache-target.c2368 DMWARN_LIMIT("You have created a cache device with a lot of individual cache blocks (%llu)\n" in set_cache_size()
/linux-6.12.1/include/linux/
Ddevice-mapper.h650 #define DMWARN_LIMIT(fmt, ...) pr_warn_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro