Searched refs:idx_growth (Results 1 – 4 of 4) sorted by relevance
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()[all …]
907 int idx_growth; member980 long long idx_growth; member
594 pr_err("\tidx_growth %d\n", req->idx_growth); in ubifs_dump_budget_req()624 bi->data_growth + bi->dd_growth + bi->idx_growth); in ubifs_dump_budg()626 bi->data_growth, bi->dd_growth, bi->idx_growth); in ubifs_dump_budg()
1929 ubifs_assert(c, c->bi.idx_growth == 0); in ubifs_put_super()
Completed in 19 milliseconds