Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dbudget.c452 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space()
456 ubifs_assert(c->bi.idx_growth >= 0); in ubifs_budget_space()
466 c->bi.idx_growth += idx_growth; in ubifs_budget_space()
472 req->idx_growth = idx_growth; in ubifs_budget_space()
480 c->bi.idx_growth -= idx_growth; in ubifs_budget_space()
535 ubifs_assert(req->idx_growth >= 0); in ubifs_release_budget()
543 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget()
553 c->bi.idx_growth -= req->idx_growth; in ubifs_release_budget()
554 c->bi.uncommitted_idx += req->idx_growth; in ubifs_release_budget()
559 ubifs_assert(c->bi.idx_growth >= 0); in ubifs_release_budget()
[all …]
H A Dubifs.h1501 int idx_growth; member
1571 long long idx_growth; member
H A Ddebug.c560 pr_err("\tidx_growth %d\n", req->idx_growth); in ubifs_dump_budget_req()
591 bi->data_growth + bi->dd_growth + bi->idx_growth); in ubifs_dump_budg()
593 bi->data_growth, bi->dd_growth, bi->idx_growth); in ubifs_dump_budg()
H A Dsuper.c1995 ubifs_assert(c->bi.idx_growth == 0); in ubifs_put_super()
/openbmc/linux/fs/ubifs/
H A Dbudget.c441 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 -= idx_growth; in ubifs_budget_space()
524 ubifs_assert(c, req->idx_growth >= 0); in ubifs_release_budget()
532 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget()
542 c->bi.idx_growth -= req->idx_growth; in ubifs_release_budget()
543 c->bi.uncommitted_idx += req->idx_growth; in ubifs_release_budget()
548 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_release_budget()
[all …]
H A Dubifs.h916 int idx_growth; member
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()