Searched refs:dbg_gc (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | gc.c | 78 dbg_gc("switch GC head from LEB %d:%d to LEB %d (waste %d bytes)", in switch_gc_head() 474 dbg_gc("LEB %d is free, return it", lp->lnum); in ubifs_garbage_collect_leb() 517 dbg_gc("indexing LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 553 dbg_gc("data LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 677 dbg_gc("soft limit, some index LEBs GC'ed, -EAGAIN"); in ubifs_garbage_collect() 688 dbg_gc("hard limit, -ENOSPC"); in ubifs_garbage_collect() 703 dbg_gc("no more dirty LEBs"); in ubifs_garbage_collect() 707 dbg_gc("found LEB %d: free %d, dirty %d, sum %d (min. space %d)", in ubifs_garbage_collect() 734 dbg_gc("LEB %d freed, return", lp.lnum); in ubifs_garbage_collect() 746 dbg_gc("indexing LEB %d freed, continue", lp.lnum); in ubifs_garbage_collect() [all …]
|
| H A D | debug.h | 215 #define dbg_gc(fmt, ...) ubifs_dbg_msg("gc", fmt, ##__VA_ARGS__) macro
|
| H A D | replay.c | 127 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
|