Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
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()
425 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
442 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space()
446 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_budget_space()
456 c->bi.idx_growth += idx_growth; in ubifs_budget_space()
462 req->idx_growth = idx_growth; in ubifs_budget_space()
470 c->bi.idx_growth -= idx_growth; in ubifs_budget_space()
525 ubifs_assert(c, req->idx_growth >= 0); in ubifs_release_budget()
533 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget()
[all …]
Dubifs.h916 int idx_growth; member
989 long long idx_growth; member
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()
Dsuper.c1933 ubifs_assert(c, c->bi.idx_growth == 0); in ubifs_put_super()