Searched defs:fmt (Results 1 – 7 of 7) sorted by relevance
| /fs/ubifs/ |
| A D | debug.h | 157 #define ubifs_dbg_msg(type, fmt, ...) \ argument 174 #define ubifs_dbg_msg(type, fmt, ...) \ argument 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 192 #define dbg_jnlk(key, fmt, ...) \ argument 195 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument 196 #define dbg_tnck(key, fmt, ...) \ argument 199 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument 204 #define dbg_mntk(key, fmt, ...) \ argument 207 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument [all …]
|
| A D | ubifs.h | 621 #define ubifs_msg(c, fmt, ...) argument 623 #define ubifs_msg(c, fmt, ...) \ argument 629 #define ubifs_err(c, fmt, ...) \ argument 634 #define ubifs_warn(c, fmt, ...) \ argument 639 #define ubifs_err(c, fmt, ...) \ argument 644 #define ubifs_warn(c, fmt, ...) \ argument 655 #define ubifs_errc(c, fmt, ...) \ argument
|
| A D | debug.c | 40 static const char *get_key_fmt(int 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/btrfs/ |
| A D | compat.h | 13 #define error(fmt, ...) pr_err("BTRFS: " fmt "\n", ##__VA_ARGS__) argument
|
| /fs/erofs/ |
| A D | internal.h | 16 #define erofs_err(fmt, ...) \ argument 19 #define erofs_info(fmt, ...) \ argument 22 #define erofs_dbg(fmt, ...) \ argument
|
| /fs/jffs2/ |
| A D | jffs2_1pass.c | 137 # define DEBUGF(fmt,args...) printf(fmt ,##args) argument 139 # define DEBUGF(fmt,args...) argument
|
Completed in 39 milliseconds