Home
last modified time | relevance | path

Searched refs:dd_growth (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/ubifs/
Dbudget.c109 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
351 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
413 int dd_growth; in calc_dd_growth() local
415 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth()
418 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
420 dd_growth += c->bi.dent_budget; in calc_dd_growth()
421 dd_growth += req->dirtied_ino_d; in calc_dd_growth()
422 return dd_growth; in calc_dd_growth()
440 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
454 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space()
[all …]
Ddebug.c565 req->data_growth, req->dd_growth); in ubifs_dump_budget_req()
592 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg()
593 bi->data_growth + bi->dd_growth + bi->idx_growth); in ubifs_dump_budg()
595 bi->data_growth, bi->dd_growth, bi->idx_growth); in ubifs_dump_budg()
639 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
Dubifs.h899 int dd_growth; member
969 long long dd_growth; member
Dfile.c224 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
Dsuper.c1807 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()