Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dtnc_commit.c148 dbg_gc("LEB %d:%d to %d len %d nodes written %d wasted bytes %d", in fill_gap()
240 dbg_gc("LEB %d", lnum); in layout_leb_in_gaps()
297 dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written); in layout_leb_in_gaps()
321 dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written); in layout_leb_in_gaps()
360 dbg_gc("%d znodes to write", cnt); in layout_in_gaps()
392 dbg_gc("%d znodes remaining, need %d LEBs, have %d", cnt, in layout_in_gaps()
H A Ddebug.h197 #define dbg_gc(fmt, ...) ubifs_dbg_msg("gc", fmt, ##__VA_ARGS__) macro