Searched refs:DM_FMT (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/linux/ |
D | device-mapper.h | 527 pr_func(DM_FMT(fmt), ##__VA_ARGS__); \ 530 #define DM_FMT(fmt) DM_NAME ": " DM_MSG_PREFIX ": " fmt "\n" macro 532 #define DMCRIT(fmt, ...) pr_crit(DM_FMT(fmt), ##__VA_ARGS__) 534 #define DMERR(fmt, ...) pr_err(DM_FMT(fmt), ##__VA_ARGS__) 536 #define DMWARN(fmt, ...) pr_warn(DM_FMT(fmt), ##__VA_ARGS__) 538 #define DMINFO(fmt, ...) pr_info(DM_FMT(fmt), ##__VA_ARGS__) 542 #define DMDEBUG(fmt, ...) printk(KERN_DEBUG DM_FMT(fmt), ##__VA_ARGS__)
|