Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-ioctl.c875 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in dev_remove()
892 DMDEBUG_LIMIT("unable to remove open device %s", hc->name); in dev_remove()
1047 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in do_resume()
1428 DMDEBUG_LIMIT("device doesn't appear to be in the dev hash table."); in table_clear()
H A Ddm-crypt.c2308 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_skcipher()
2329 DMDEBUG_LIMIT("%s using implementation \"%s\"", ciphermode, in crypt_alloc_tfms_aead()
H A Ddm-mpath.c469 DMDEBUG_LIMIT("%s: returning EIO; QIFNP = %d; SQIFNP = %d; DNFS = %d", \
H A Ddm.c576 DMDEBUG_LIMIT( in dm_blk_ioctl()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddevice-mapper.h594 #define DMDEBUG_LIMIT(fmt, ...) pr_debug_ratelimited(DM_FMT(fmt), ##__VA_ARGS__) macro