Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c97 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()
427 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
444 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space()
448 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_budget_space()
458 c->bi.idx_growth += idx_growth; in ubifs_budget_space()
464 req->idx_growth = idx_growth; in ubifs_budget_space()
472 c->bi.idx_growth in ubifs_budget_space()
[all...]
H A Dubifs.h855 * @recalculate: non-zero if @idx_growth, @data_growth, and @dd_growth fields
866 * @idx_growth: how much the index will supposedly grow
871 * @idx_growth, @data_growth and @dd_growth are not used in budget request. The
873 * re-calculating them when the budget is released. However, if @idx_growth is
907 int idx_growth; member
961 * @idx_growth: amount of bytes budgeted for index growth
980 long long idx_growth; member
H A Ddebug.c594 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()
H A Dsuper.c1937 ubifs_assert(c, c->bi.idx_growth == 0); in ubifs_put_super()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dbudget.c94 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() local
441 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 in ubifs_budget_space()
[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
970 * @idx_growth: amount of bytes budgeted for index growth
989 long long idx_growth; member
H A Ddebug.c594 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()
H A Dsuper.c1942 ubifs_assert(c, c->bi.idx_growth == 0); in ubifs_put_super()

Completed in 21 milliseconds