Searched refs:ubifs_dbg_msg_key (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/fs/ubifs/ |
H A D | debug.h | 161 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ macro 189 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ macro 203 ubifs_dbg_msg_key("jnl", key, fmt, ##__VA_ARGS__) 207 ubifs_dbg_msg_key("tnc", key, fmt, ##__VA_ARGS__) 215 ubifs_dbg_msg_key("mnt", key, fmt, ##__VA_ARGS__)
|
/openbmc/linux/fs/ubifs/ |
H A D | debug.h | 162 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ macro 174 ubifs_dbg_msg_key("jnl", key, fmt, ##__VA_ARGS__) 178 ubifs_dbg_msg_key("tnc", key, fmt, ##__VA_ARGS__) 186 ubifs_dbg_msg_key("mnt", key, fmt, ##__VA_ARGS__)
|