Searched refs:dbg_log (Results 1 – 2 of 2) sorted by relevance
/fs/ubifs/ |
D | log.c | 172 dbg_log("LEB %d:%d, jhead %d, bud_bytes %lld", bud->lnum, in ubifs_add_bud() 234 dbg_log("not enough log space - %lld, required %d", in ubifs_add_bud_to_log() 251 dbg_log("bud bytes %lld (%lld max), require commit", in ubifs_add_bud_to_log() 265 dbg_log("bud bytes %lld (%lld max), initiate BG commit", in ubifs_add_bud_to_log() 304 dbg_log("write ref LEB %d:%d", in ubifs_add_bud_to_log() 358 dbg_log("preserve %d:%d, jhead %d, bud bytes %d, " in remove_buds() 365 dbg_log("remove %d:%d, jhead %d, bud bytes %d, " in remove_buds() 433 dbg_log("add ref to LEB %d:%d for jhead %d", lnum, offs, i); in ubifs_log_start_commit() 460 dbg_log("writing commit start at LEB %d:0, len %d", c->lhead_lnum, len); in ubifs_log_start_commit() 507 dbg_log("old tail was LEB %d:0, new tail is LEB %d:0", in ubifs_log_end_commit() [all …]
|
D | debug.h | 164 #define dbg_log(fmt, ...) dbg_do_msg(UBIFS_MSG_LOG, fmt, ##__VA_ARGS__) macro 415 #define dbg_log(fmt, ...) dbg_msg(fmt, ##__VA_ARGS__) macro
|