Home
last modified time | relevance | path

Searched refs:dbg_budg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/ubifs/
H A Dbudget.c78 dbg_budg("GC freed LEB %d", lnum); in run_gc()
128 dbg_budg("liability %lld, run write-back", liab1); in make_free_space()
135 dbg_budg("new liability %lld (not shrunk)", liab2); in make_free_space()
138 dbg_budg("Run GC"); in make_free_space()
147 dbg_budg("Run commit (retries %d)", retries); in make_free_space()
329 dbg_budg("out of indexing space: min_idx_lebs %d (old %d), rsvd_idx_lebs %d", in do_budget_space()
338 dbg_budg("out of data space: available %lld, outstanding %lld", in do_budget_space()
450 dbg_budg("no space"); in ubifs_budget_space()
475 dbg_budg("no space for fast budgeting"); in ubifs_budget_space()
482 dbg_budg("try again"); in ubifs_budget_space()
[all …]
H A Ddebug.h192 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) macro
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c83 dbg_budg("GC freed LEB %d", lnum); in run_gc()
136 dbg_budg("liability %lld, run write-back", liab1); in make_free_space()
143 dbg_budg("new liability %lld (not shrunk)", liab2); in make_free_space()
146 dbg_budg("Run GC"); in make_free_space()
155 dbg_budg("Run commit (retries %d)", retries); in make_free_space()
340 dbg_budg("out of indexing space: min_idx_lebs %d (old %d), rsvd_idx_lebs %d", in do_budget_space()
349 dbg_budg("out of data space: available %lld, outstanding %lld", in do_budget_space()
461 dbg_budg("no space"); in ubifs_budget_space()
486 dbg_budg("no space for fast budgeting"); in ubifs_budget_space()
493 dbg_budg("try again"); in ubifs_budget_space()
[all …]
H A Ddebug.h221 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) macro