Searched refs:dd_growth (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | budget.c | 97 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability() 338 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space() 400 int dd_growth; in calc_dd_growth() local 402 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth() 405 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth() 407 dd_growth += c->bi.dent_budget; in calc_dd_growth() 408 dd_growth += req->dirtied_ino_d; in calc_dd_growth() 409 return dd_growth; in calc_dd_growth() 427 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 441 dd_growth in ubifs_budget_space() [all...] |
H A D | debug.c | 595 pr_err("\tdata_growth %d dd_growth %d\n", in ubifs_dump_budget_req() 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()
|
H A D | ubifs.h | 855 * @recalculate: non-zero if @idx_growth, @data_growth, and @dd_growth fields 868 * @dd_growth: how much data that makes other data dirty the operation will 871 * @idx_growth, @data_growth and @dd_growth are not used in budget request. The 909 int dd_growth; member 963 * @dd_growth: amount of bytes budgeted for cached data that will make 982 long long dd_growth; member
|
H A D | file.c | 212 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
|
H A D | super.c | 1938 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | budget.c | 94 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 in ubifs_budget_space() [all...] |
H A D | debug.c | 595 pr_err("\tdata_growth %d dd_growth %d\n", in ubifs_dump_budget_req() 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()
|
H A D | ubifs.h | 864 * @recalculate: non-zero if @idx_growth, @data_growth, and @dd_growth fields 877 * @dd_growth: how much data that makes other data dirty the operation will 880 * @idx_growth, @data_growth and @dd_growth are not used in budget request. The 918 int dd_growth; member 972 * @dd_growth: amount of bytes budgeted for cached data that will make 991 long long dd_growth; member
|
H A D | file.c | 212 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
|
H A D | super.c | 1943 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()
|
Completed in 25 milliseconds