Searched refs:dbg_jnl (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | journal.c | 145 dbg_jnl("no free space in jhead %s, run GC", dbg_jhead(jhead)); in reserve_space() 160 dbg_jnl("GC couldn't make a free LEB for jhead %s", in reserve_space() 163 dbg_jnl("retry (%d)", retries); in reserve_space() 167 dbg_jnl("return -ENOSPC"); in reserve_space() 172 dbg_jnl("got LEB %d for jhead %s", lnum, dbg_jhead(jhead)); in reserve_space() 181 dbg_jnl("return LEB %d back, already have LEB %d:%d", in reserve_space() 254 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_node() 285 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_head() 332 dbg_jnl("no space, retry"); in make_reservation() 363 dbg_jnl("-EAGAIN, commit and retry (retried %d times)", in make_reservation() [all …]
|
D | debug.h | 184 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) macro
|