Searched refs:dbg_jnl (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | journal.c | 156 dbg_jnl("no free space in jhead %s, run GC", dbg_jhead(jhead)); in reserve_space() 171 dbg_jnl("GC couldn't make a free LEB for jhead %s", in reserve_space() 174 dbg_jnl("retry (%d)", retries); in reserve_space() 178 dbg_jnl("return -ENOSPC"); in reserve_space() 183 dbg_jnl("got LEB %d for jhead %s", lnum, dbg_jhead(jhead)); in reserve_space() 192 dbg_jnl("return LEB %d back, already have LEB %d:%d", in reserve_space() 265 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_node() 296 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_head() 342 dbg_jnl("no space, retry"); in make_reservation() 373 dbg_jnl("-EAGAIN, commit and retry (retried %d times)", in make_reservation() [all …]
|
D | debug.h | 182 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) macro
|