Searched refs:outstanding (Results 1 – 4 of 4) sorted by relevance
304 long long outstanding, available; in do_budget_space() local347 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()349 if (unlikely(available < outstanding)) { in do_budget_space()351 available, outstanding); in do_budget_space()355 if (available - outstanding <= c->rp_size && !can_use_rp(c)) in do_budget_space()679 long long available, outstanding, free; in ubifs_get_free_space_nolock() local682 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_get_free_space_nolock()705 if (available > outstanding) in ubifs_get_free_space_nolock()706 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock()
587 long long available, outstanding, free; in ubifs_dump_budg() local639 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()643 available, outstanding, free); in ubifs_dump_budg()
806 oustanding||outstanding
1337 cache. The default is to keep IDs for up to four outstanding
Completed in 47 milliseconds