Home
last modified time | relevance | path

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

/openbmc/linux/fs/ubifs/
H A Dbudget.c94 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
335 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
397 int dd_growth; in calc_dd_growth() local
399 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth()
402 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth()
404 dd_growth += c->bi.dent_budget; in calc_dd_growth()
405 dd_growth += req->dirtied_ino_d; in calc_dd_growth()
406 return dd_growth; in calc_dd_growth()
424 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
438 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space()
[all …]
H A Ddebug.c596 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()
H A Dubifs.h918 int dd_growth; member
991 long long dd_growth; member
H A Dfile.c212 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
H A Dsuper.c1943 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()
/openbmc/u-boot/fs/ubifs/
H A Dbudget.c102 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
346 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
408 int dd_growth; in calc_dd_growth() local
410 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth()
413 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
415 dd_growth += c->bi.dent_budget; in calc_dd_growth()
416 dd_growth += req->dirtied_ino_d; in calc_dd_growth()
417 return dd_growth; in calc_dd_growth()
435 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
449 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space()
[all …]
H A Ddebug.c562 req->data_growth, req->dd_growth); in ubifs_dump_budget_req()
590 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg()
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()
637 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
H A Dubifs.h1503 int dd_growth; member
1573 long long dd_growth; member
H A Dsuper.c1996 ubifs_assert(c->bi.dd_growth == 0); in ubifs_put_super()