Searched refs:DMWARN_LIMIT (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/md/ |
D | dm-verity-fec.c | 179 DMWARN_LIMIT("%s: FEC %llu: corrected %d errors", in fec_decode_bufs() 254 DMWARN_LIMIT("%s: FEC %llu: read failed (%llu): %ld", in fec_read_bufs() 432 DMWARN_LIMIT("%s: FEC: recursion too deep", v->data_dev->name); in verity_fec_decode()
|
D | dm-round-robin.c | 134 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in rr_add_path()
|
D | dm-queue-length.c | 136 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in ql_add_path()
|
D | dm-service-time.c | 141 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in st_add_path()
|
D | dm-raid1.c | 521 DMWARN_LIMIT("Read failure on mirror device %s. " in read_callback()
|
D | dm-table.c | 2064 DMWARN_LIMIT("%s: any_congested: nonexistent device %s", in dm_table_any_congested()
|
D | dm.c | 518 DMWARN_LIMIT( in dm_blk_ioctl()
|
D | dm-cache-target.c | 2454 DMWARN_LIMIT("You have created a cache device with a lot of individual cache blocks (%llu)\n" in set_cache_size()
|
/Linux-v4.19/include/linux/ |
D | device-mapper.h | 537 #define DMWARN_LIMIT(fmt, ...) DM_RATELIMIT(pr_warn, fmt, ##__VA_ARGS__) macro
|