Searched refs:dbg_jnl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | journal.c | 139 dbg_jnl("no free space in jhead %s, run GC", dbg_jhead(jhead)); in reserve_space() 154 dbg_jnl("GC couldn't make a free LEB for jhead %s", in reserve_space() 157 dbg_jnl("retry (%d)", retries); in reserve_space() 161 dbg_jnl("return -ENOSPC"); in reserve_space() 166 dbg_jnl("got LEB %d for jhead %s", lnum, dbg_jhead(jhead)); in reserve_space() 175 dbg_jnl("return LEB %d back, already have LEB %d:%d", in reserve_space() 278 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_head() 331 dbg_jnl("no space, retry"); in make_reservation() 362 dbg_jnl("-EAGAIN, commit and retry (retried %d times)", in make_reservation() 851 dbg_jnl("in in ubifs_jnl_write_inode() [all...] |
H A D | debug.h | 172 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | journal.c | 139 dbg_jnl("no free space in jhead %s, run GC", dbg_jhead(jhead)); in reserve_space() 154 dbg_jnl("GC couldn't make a free LEB for jhead %s", in reserve_space() 157 dbg_jnl("retry (%d)", retries); in reserve_space() 161 dbg_jnl("return -ENOSPC"); in reserve_space() 166 dbg_jnl("got LEB %d for jhead %s", lnum, dbg_jhead(jhead)); in reserve_space() 175 dbg_jnl("return LEB %d back, already have LEB %d:%d", in reserve_space() 278 dbg_jnl("jhead %s, LEB %d:%d, len %d", in write_head() 331 dbg_jnl("no space, retry"); in make_reservation() 362 dbg_jnl("-EAGAIN, commit and retry (retried %d times)", in make_reservation() 851 dbg_jnl("in in ubifs_jnl_write_inode() [all...] |
H A D | debug.h | 172 #define dbg_jnl(fmt, ...) ubifs_dbg_msg("jnl", fmt, ##__VA_ARGS__) macro
|
Completed in 9 milliseconds