Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-fec.c174 DMWARN_LIMIT("%s: FEC %llu: corrected %d errors", in fec_decode_bufs()
252 DMWARN_LIMIT("%s: FEC %llu: read failed (%llu): %ld", in fec_read_bufs()
430 DMWARN_LIMIT("%s: FEC: recursion too deep", v->data_dev->name); in verity_fec_decode()
H A Ddm-round-robin.c134 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in rr_add_path()
H A Ddm-queue-length.c136 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in ql_add_path()
H A Ddm-service-time.c141 DMWARN_LIMIT("repeat_count > 1 is deprecated, using 1 instead"); in st_add_path()
H A Ddm-raid1.c521 DMWARN_LIMIT("Read failure on mirror device %s. " in read_callback()
H A Ddm-cache-target.c2412 DMWARN_LIMIT("You have created a cache device with a lot of individual cache blocks (%llu)\n" in set_cache_size()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h589 #define DMWARN_LIMIT(fmt, ...) pr_warn_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro