Searched refs:idx_growth (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ubifs/
H A Dbudget.c94 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth;
168 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx;
424 int err, idx_growth, data_growth, dd_growth, retried = 0; local
441 idx_growth = calc_idx_growth(c, req);
445 ubifs_assert(c, c->bi.idx_growth >= 0);
455 c->bi.idx_growth += idx_growth;
461 req->idx_growth = idx_growth;
469 c->bi.idx_growth
[all...]
H A Dubifs.h864 * @recalculate: non-zero if @idx_growth, @data_growth, and @dd_growth fields
875 * @idx_growth: how much the index will supposedly grow
880 * @idx_growth, @data_growth and @dd_growth are not used in budget request. The
882 * re-calculating them when the budget is released. However, if @idx_growth is
916 int idx_growth; member in struct:ubifs_budget_req
970 * @idx_growth: amount of bytes budgeted for index growth
989 long long idx_growth; member in struct:ubifs_budg_info
H A Ddebug.c594 pr_err("\tidx_growth %d\n", req->idx_growth);
624 bi->data_growth + bi->dd_growth + bi->idx_growth);
626 bi->data_growth, bi->dd_growth, bi->idx_growth);
H A Dsuper.c1941 ubifs_assert(c, c->bi.idx_growth == 0);

Completed in 145 milliseconds