| /fs/ubifs/ |
| A D | debug.h | 189 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument 191 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument 195 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument 199 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument 201 #define dbg_find(fmt, ...) ubifs_dbg_msg("find", fmt, ##__VA_ARGS__) argument 203 #define dbg_mnt(fmt, ...) ubifs_dbg_msg("mnt", fmt, ##__VA_ARGS__) argument 207 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument 209 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) argument 211 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) argument 213 #define dbg_log(fmt, ...) ubifs_dbg_msg("log", fmt, ##__VA_ARGS__) argument [all …]
|
| A D | ubifs.h | 621 #define ubifs_msg(c, fmt, ...) argument 623 #define ubifs_msg(c, fmt, ...) \ argument 624 pr_notice("UBIFS (ubi%d:%d): " fmt "\n", \ 629 #define ubifs_err(c, fmt, ...) \ argument 630 pr_err("UBIFS error (ubi%d:%d pid %d): %s: " fmt "\n", \ 634 #define ubifs_warn(c, fmt, ...) \ argument 635 pr_warn("UBIFS warning (ubi%d:%d pid %d): %s: " fmt "\n", \ 639 #define ubifs_err(c, fmt, ...) \ argument 640 pr_err("UBIFS error (ubi%d:%d pid %d): %s: " fmt "\n", \ 645 pr_warn("UBIFS warning (ubi%d:%d pid %d): %s: " fmt "\n", \ [all …]
|
| A D | debug.c | 40 static const char *get_key_fmt(int fmt) in get_key_fmt() argument 42 switch (fmt) { in get_key_fmt()
|
| /fs/exfat/ |
| A D | exfat.h | 153 #define exfat_bug(fmt, args...) log_crit(fmt, ##args) argument 154 #define exfat_error(fmt, args...) log_err(fmt, ##args) argument 155 #define exfat_warn(fmt, args...) log_warning(fmt, ##args) argument 156 #define exfat_debug(fmt, args...) log_debug(fmt, ##args) argument
|
| /fs/erofs/ |
| A D | internal.h | 16 #define erofs_err(fmt, ...) \ argument 17 pr_err(fmt "\n", ##__VA_ARGS__) 19 #define erofs_info(fmt, ...) \ argument 20 pr_info(fmt "\n", ##__VA_ARGS__) 22 #define erofs_dbg(fmt, ...) \ argument 23 pr_debug(fmt "\n", ##__VA_ARGS__)
|
| /fs/btrfs/ |
| A D | compat.h | 13 #define error(fmt, ...) pr_err("BTRFS: " fmt "\n", ##__VA_ARGS__) argument
|
| /fs/jffs2/ |
| A D | jffs2_1pass.c | 137 # define DEBUGF(fmt,args...) printf(fmt ,##args) argument 139 # define DEBUGF(fmt,args...) argument
|