Lines Matching refs:idx_growth
97 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
171 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx; in ubifs_calc_min_idx_lebs()
428 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
445 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space()
449 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_budget_space()
459 c->bi.idx_growth += idx_growth; in ubifs_budget_space()
465 req->idx_growth = idx_growth; in ubifs_budget_space()
473 c->bi.idx_growth -= idx_growth; in ubifs_budget_space()
528 ubifs_assert(c, req->idx_growth >= 0); in ubifs_release_budget()
536 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget()
546 c->bi.idx_growth -= req->idx_growth; in ubifs_release_budget()
547 c->bi.uncommitted_idx += req->idx_growth; in ubifs_release_budget()
552 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_release_budget()
556 ubifs_assert(c, !(c->bi.idx_growth & 7)); in ubifs_release_budget()
575 c->bi.idx_growth -= c->max_idx_node_sz << UBIFS_BLOCKS_PER_PAGE_SHIFT; in ubifs_convert_page_budget()