Home
last modified time | relevance | path

Searched refs:dbg_log (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dlog.c158 dbg_log("LEB %d:%d, jhead %s, bud_bytes %lld", bud->lnum, in ubifs_add_bud()
200 dbg_log("not enough log space - %lld, required %d", in ubifs_add_bud_to_log()
217 dbg_log("bud bytes %lld (%lld max), require commit", in ubifs_add_bud_to_log()
231 dbg_log("bud bytes %lld (%lld max), initiate BG commit", in ubifs_add_bud_to_log()
271 dbg_log("write ref LEB %d:%d", in ubifs_add_bud_to_log()
323 dbg_log("preserve %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds()
329 dbg_log("remove %d:%d, jhead %s, bud bytes %d, cmt_bud_bytes %lld", in remove_buds()
395 dbg_log("add ref to LEB %d:%d for jhead %s", in ubifs_log_start_commit()
422 dbg_log("writing commit start at LEB %d:0, len %d", c->lhead_lnum, len); in ubifs_log_start_commit()
469 dbg_log("old tail was LEB %d:0, new tail is LEB %d:0", in ubifs_log_end_commit()
[all …]
Ddebug.h206 #define dbg_log(fmt, ...) ubifs_dbg_msg("log", fmt, ##__VA_ARGS__) macro