Searched refs:dd_growth (Results 1 – 5 of 5) sorted by relevance
401 int dd_growth; in calc_dd_growth() local408 dd_growth += c->bi.dent_budget; in calc_dd_growth()409 dd_growth += req->dirtied_ino_d; in calc_dd_growth()410 return dd_growth; in calc_dd_growth()442 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space()443 if (!data_growth && !dd_growth) in ubifs_budget_space()461 c->bi.dd_growth += dd_growth; in ubifs_budget_space()467 req->dd_growth = dd_growth; in ubifs_budget_space()475 c->bi.dd_growth -= dd_growth; in ubifs_budget_space()549 c->bi.dd_growth -= req->dd_growth; in ubifs_release_budget()[all …]
596 req->data_growth, req->dd_growth); in ubifs_dump_budget_req()623 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg()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()670 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
909 int dd_growth; member982 long long dd_growth; member
212 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
1930 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()
Completed in 22 milliseconds