Searched refs:dbg_gc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | gc.c | 71 dbg_gc("switch GC head from LEB %d:%d to LEB %d (waste %d bytes)", in switch_gc_head() 504 dbg_gc("LEB %d is free, return it", lp->lnum); in ubifs_garbage_collect_leb() 547 dbg_gc("indexing LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 583 dbg_gc("data LEB %d (free %d, dirty %d)", in ubifs_garbage_collect_leb() 707 dbg_gc("soft limit, some index LEBs GC'ed, -EAGAIN"); in ubifs_garbage_collect() 718 dbg_gc("hard limit, -ENOSPC"); in ubifs_garbage_collect() 733 dbg_gc("no more dirty LEBs"); in ubifs_garbage_collect() 737 dbg_gc("found LEB %d: free %d, dirty %d, sum %d (min. space %d)", in ubifs_garbage_collect() 764 dbg_gc("LEB %d freed, return", lp.lnum); in ubifs_garbage_collect() 776 dbg_gc("indexing LEB %d freed, continue", lp.lnum); in ubifs_garbage_collect() [all …]
|
| H A D | tnc_commit.c | 148 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() 393 dbg_gc("%d znodes remaining, need %d LEBs, have %d", cnt, in layout_in_gaps()
|
| H A D | debug.h | 196 #define dbg_gc(fmt, ...) ubifs_dbg_msg("gc", fmt, ##__VA_ARGS__) macro
|
| H A D | replay.c | 124 dbg_gc("bud LEB %d was GC'd (%d free, %d dirty)", b->bud->lnum, in set_bud_lprops()
|