Home
last modified time | relevance | path

Searched refs:outstanding (Results 1 – 3 of 3) sorted by relevance

/fs/ubifs/
Dbudget.c308 long long outstanding, available; in do_budget_space() local
351 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
353 if (unlikely(available < outstanding)) { in do_budget_space()
355 available, outstanding); in do_budget_space()
359 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()
681 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
684 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_get_free_space_nolock()
707 if (available > outstanding) in ubifs_get_free_space_nolock()
708 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
Ddebug.c583 long long available, outstanding, free; in ubifs_dump_budg() local
635 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
639 available, outstanding, free); in ubifs_dump_budg()
/fs/jffs2/
DTODO3 let each outstanding write reserve the _maximum_ amount of physical
4 space it could take. Let GC flush the outstanding writes because the