Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dbudget.c109 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
183 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx; in ubifs_calc_min_idx_lebs()
442 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
459 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space()
463 ubifs_assert(c->bi.idx_growth >= 0); in ubifs_budget_space()
473 c->bi.idx_growth += idx_growth; in ubifs_budget_space()
479 req->idx_growth = idx_growth; in ubifs_budget_space()
487 c->bi.idx_growth -= idx_growth; in ubifs_budget_space()
542 ubifs_assert(req->idx_growth >= 0); in ubifs_release_budget()
550 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget()
[all …]
Dubifs.h894 int idx_growth; member
962 long long idx_growth; member
Ddebug.c617 printk(KERN_ERR "\tidx_growth %d\n", req->idx_growth); in dbg_dump_budget_req()
650 bi->data_growth + bi->dd_growth + bi->idx_growth); in dbg_dump_budg()
653 bi->idx_growth); in dbg_dump_budg()
Dsuper.c1789 ubifs_assert(c->bi.idx_growth == 0); in ubifs_put_super()