Searched refs:dbg_jnl (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/fs/ubifs/ |
D | journal.c | 162 dbg_jnl("no free space in jhead %s, run GC", dbg_jhead(jhead)); in reserve_space() 177 dbg_jnl("GC couldn't make a free LEB for jhead %s", in reserve_space() 180 dbg_jnl("retry (%d)", retries); in reserve_space() 184 dbg_jnl("return -ENOSPC"); in reserve_space() 189 dbg_jnl("got LEB %d for jhead %s", lnum, dbg_jhead(jhead)); in reserve_space() 198 dbg_jnl("return LEB %d back, already have LEB %d:%d", in reserve_space() 260 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_node() 291 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_head() 337 dbg_jnl("no space, retry"); in make_reservation() 368 dbg_jnl("-EAGAIN, commit and retry (retried %d times)", in make_reservation() [all …]
|
D | debug.h | 144 #define dbg_jnl(fmt, ...) dbg_do_msg(UBIFS_MSG_JNL, fmt, ##__VA_ARGS__) macro 388 #define dbg_jnl(fmt, ...) dbg_msg(fmt, ##__VA_ARGS__) macro
|