Searched refs:idx_growth (Results 1 – 1 of 1) sorted by relevance
94 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()168 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx; in ubifs_calc_min_idx_lebs()424 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local441 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space()445 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_budget_space()455 c->bi.idx_growth += idx_growth; in ubifs_budget_space()461 req->idx_growth = idx_growth; in ubifs_budget_space()469 c->bi.idx_growth -= idx_growth; in ubifs_budget_space()524 ubifs_assert(c, req->idx_growth >= 0); in ubifs_release_budget()532 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget()[all …]