Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Ddm-ioctl.c963 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in dev_remove()
980 DMDEBUG_LIMIT("unable to remove open device %s", hc->name); in dev_remove()
1137 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in do_resume()
1524 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in table_clear()
Ddm-crypt.c2309 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_skcipher()
2330 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_aead()
Ddm-mpath.c471 DMDEBUG_LIMIT("%s: returning EIO; QIFNP = %d; SQIFNP = %d; DNFS = %d", \
Ddm.c466 DMDEBUG_LIMIT( in dm_blk_ioctl()
/Linux-v6.1/include/linux/
Ddevice-mapper.h613 #define DMDEBUG_LIMIT(fmt, ...) pr_debug_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro