Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
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()
330 dbg_budg("out of indexing space: min_idx_lebs %d (old %d), rsvd_idx_lebs %d", in do_budget_space()
339 dbg_budg("out of data space: available %lld, outstanding %lld", in do_budget_space()
451 dbg_budg("no space"); in ubifs_budget_space()
476 dbg_budg("no space for fast budgeting"); in ubifs_budget_space()
483 dbg_budg("try again"); in ubifs_budget_space()
[all …]
Ddebug.h192 #define dbg_budg(fmt, ...) ubifs_dbg_msg("budg", fmt, ##__VA_ARGS__) macro