Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddevice-mapper.h545 #define DMDEBUG_LIMIT(fmt, ...) pr_debug_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro
548 #define DMDEBUG_LIMIT(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
/Linux-v5.4/drivers/md/
Ddm-ioctl.c874 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in dev_remove()
891 DMDEBUG_LIMIT("unable to remove open device %s", hc->name); in dev_remove()
1046 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in do_resume()
1427 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in table_clear()
Ddm-crypt.c1788 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_skcipher()
1808 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_aead()