• Home
  • Raw
  • Download

Lines Matching refs:fmt

167 #define ubifs_dbg_msg(type, fmt, ...) \  argument
168 pr_debug("UBIFS DBG " type " (pid %d): " fmt "\n", current->pid, \
172 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
174 pr_debug("UBIFS DBG " type " (pid %d): " fmt "%s\n", current->pid, \
180 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) argument
182 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) argument
183 #define dbg_jnlk(key, fmt, ...) \ argument
184 ubifs_dbg_msg_key("jnl", key, fmt, ##__VA_ARGS__)
186 #define dbg_tnc(fmt, ...) ubifs_dbg_msg("tnc", fmt, ##__VA_ARGS__) argument
187 #define dbg_tnck(key, fmt, ...) \ argument
188 ubifs_dbg_msg_key("tnc", key, fmt, ##__VA_ARGS__)
190 #define dbg_lp(fmt, ...) ubifs_dbg_msg("lp", fmt, ##__VA_ARGS__) argument
192 #define dbg_find(fmt, ...) ubifs_dbg_msg("find", fmt, ##__VA_ARGS__) argument
194 #define dbg_mnt(fmt, ...) ubifs_dbg_msg("mnt", fmt, ##__VA_ARGS__) argument
195 #define dbg_mntk(key, fmt, ...) \ argument
196 ubifs_dbg_msg_key("mnt", key, fmt, ##__VA_ARGS__)
198 #define dbg_io(fmt, ...) ubifs_dbg_msg("io", fmt, ##__VA_ARGS__) argument
200 #define dbg_cmt(fmt, ...) ubifs_dbg_msg("cmt", fmt, ##__VA_ARGS__) argument
202 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) argument
204 #define dbg_log(fmt, ...) ubifs_dbg_msg("log", fmt, ##__VA_ARGS__) argument
206 #define dbg_gc(fmt, ...) ubifs_dbg_msg("gc", fmt, ##__VA_ARGS__) argument
208 #define dbg_scan(fmt, ...) ubifs_dbg_msg("scan", fmt, ##__VA_ARGS__) argument
210 #define dbg_rcvry(fmt, ...) ubifs_dbg_msg("rcvry", fmt, ##__VA_ARGS__) argument