Searched refs:outstanding (Results 1 – 2 of 2) sorted by relevance
292 long long outstanding, available; in do_budget_space() local335 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()337 if (unlikely(available < outstanding)) { in do_budget_space()339 available, outstanding); in do_budget_space()343 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()665 long long available, outstanding, free; in ubifs_get_free_space_nolock() local668 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_get_free_space_nolock()691 if (available > outstanding) in ubifs_get_free_space_nolock()692 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
618 long long available, outstanding, free; in ubifs_dump_budg() local670 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()674 available, outstanding, free); in ubifs_dump_budg()
Completed in 16 milliseconds