Searched refs:dd_growth (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/fs/ubifs/ |
D | budget.c | 94 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability() 336 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space() 398 int dd_growth; in calc_dd_growth() local 400 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth() 403 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth() 405 dd_growth += c->bi.dent_budget; in calc_dd_growth() 406 dd_growth += req->dirtied_ino_d; in calc_dd_growth() 407 return dd_growth; in calc_dd_growth() 425 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 439 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space() [all …]
|
D | debug.c | 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()
|
D | ubifs.h | 918 int dd_growth; member 991 long long dd_growth; member
|
D | file.c | 212 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
|
D | super.c | 1934 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()
|