Home
last modified time | relevance | path

Searched refs:fmt (Results 1 – 7 of 7) sorted by relevance

/fs/ubifs/
A Ddebug.h189 #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 Dubifs.h621 #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 Ddebug.c40 static const char *get_key_fmt(int fmt) in get_key_fmt() argument
42 switch (fmt) { in get_key_fmt()
/fs/exfat/
A Dexfat.h153 #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 Dinternal.h16 #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 Dcompat.h13 #define error(fmt, ...) pr_err("BTRFS: " fmt "\n", ##__VA_ARGS__) argument
/fs/jffs2/
A Djffs2_1pass.c137 # define DEBUGF(fmt,args...) printf(fmt ,##args) argument
139 # define DEBUGF(fmt,args...) argument

Completed in 27 milliseconds