Searched refs:outstanding (Results 1 – 3 of 3) sorted by relevance
308 long long outstanding, available; in do_budget_space() local351 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() local684 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()
583 long long available, outstanding, free; in ubifs_dump_budg() local635 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()639 available, outstanding, free); in ubifs_dump_budg()
3 let each outstanding write reserve the _maximum_ amount of physical4 space it could take. Let GC flush the outstanding writes because the