Searched refs:dbg_gc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/ubifs/ |
D | gc.c | 87 dbg_gc("switch GC head from LEB %d:%d to LEB %d (waste %d bytes)", in switch_gc_head() 483 dbg_gc("LEB %d is free, return it", lp->lnum); in ubifs_garbage_collect_leb() 526 dbg_gc("indexing LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 562 dbg_gc("data LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 686 dbg_gc("soft limit, some index LEBs GC'ed, -EAGAIN"); in ubifs_garbage_collect() 697 dbg_gc("hard limit, -ENOSPC"); in ubifs_garbage_collect() 712 dbg_gc("no more dirty LEBs"); in ubifs_garbage_collect() 716 dbg_gc("found LEB %d: free %d, dirty %d, sum %d (min. space %d)", in ubifs_garbage_collect() 743 dbg_gc("LEB %d freed, return", lp.lnum); in ubifs_garbage_collect() 755 dbg_gc("indexing LEB %d freed, continue", lp.lnum); in ubifs_garbage_collect() [all …]
|
D | tnc_commit.c | 153 dbg_gc("LEB %d:%d to %d len %d nodes written %d wasted bytes %d", in fill_gap() 245 dbg_gc("LEB %d", lnum); in layout_leb_in_gaps() 302 dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written); in layout_leb_in_gaps() 326 dbg_gc("LEB %d wrote %d index nodes", lnum, tot_written); in layout_leb_in_gaps() 365 dbg_gc("%d znodes to write", cnt); in layout_in_gaps() 397 dbg_gc("%d znodes remaining, need %d LEBs, have %d", cnt, in layout_in_gaps()
|
D | debug.h | 206 #define dbg_gc(fmt, ...) ubifs_dbg_msg("gc", fmt, ##__VA_ARGS__) macro
|
D | replay.c | 133 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
|