Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dbudget.c90 dbg_budg("GC freed LEB %d", lnum); in run_gc()
143 dbg_budg("liability %lld, run write-back", liab1); in make_free_space()
150 dbg_budg("new liability %lld (not shrunk)", liab2); in make_free_space()
153 dbg_budg("Run GC"); in make_free_space()
162 dbg_budg("Run commit (retries %d)", retries); in make_free_space()
344 dbg_budg("out of indexing space: min_idx_lebs %d (old %d), rsvd_idx_lebs %d", in do_budget_space()
353 dbg_budg("out of data space: available %lld, outstanding %lld", in do_budget_space()
465 dbg_budg("no space"); in ubifs_budget_space()
490 dbg_budg("no space for fast budgeting"); in ubifs_budget_space()
497 dbg_budg("try again"); in ubifs_budget_space()
[all …]
Ddebug.h204 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) macro