Searched refs:dbg_gc (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/fs/ubifs/ |
D | gc.c | 77 dbg_gc("switch GC head from LEB %d:%d to LEB %d (waste %d bytes)", in switch_gc_head() 473 dbg_gc("LEB %d is free, return it", lp->lnum); in ubifs_garbage_collect_leb() 516 dbg_gc("indexing LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 552 dbg_gc("data LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 676 dbg_gc("soft limit, some index LEBs GC'ed, -EAGAIN"); in ubifs_garbage_collect() 687 dbg_gc("hard limit, -ENOSPC"); in ubifs_garbage_collect() 702 dbg_gc("no more dirty LEBs"); in ubifs_garbage_collect() 706 dbg_gc("found LEB %d: free %d, dirty %d, sum %d (min. space %d)", in ubifs_garbage_collect() 733 dbg_gc("LEB %d freed, return", lp.lnum); in ubifs_garbage_collect() 745 dbg_gc("indexing LEB %d freed, continue", lp.lnum); in ubifs_garbage_collect() [all …]
|
D | debug.h | 225 #define dbg_gc(fmt, ...) ubifs_dbg_msg("gc", fmt, ##__VA_ARGS__) macro
|
D | replay.c | 126 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
|