Searched refs:dd_growth (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 103 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability() 347 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space() 409 int dd_growth; in calc_dd_growth() local 411 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth() 414 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth() 416 dd_growth += c->bi.dent_budget; in calc_dd_growth() 417 dd_growth += req->dirtied_ino_d; in calc_dd_growth() 418 return dd_growth; in calc_dd_growth() 436 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 450 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space() [all …]
|
| H A D | debug.c | 563 req->data_growth, req->dd_growth); in ubifs_dump_budget_req() 591 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg() 592 bi->data_growth + bi->dd_growth + bi->idx_growth); in ubifs_dump_budg() 594 bi->data_growth, bi->dd_growth, bi->idx_growth); in ubifs_dump_budg() 638 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
|
| H A D | ubifs.h | 1504 int dd_growth; member 1574 long long dd_growth; member
|
| H A D | super.c | 1994 ubifs_assert(c->bi.dd_growth == 0); in ubifs_put_super()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 97 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability() 339 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space() 401 int dd_growth; in calc_dd_growth() local 403 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth() 406 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth() 408 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() 428 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 442 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space() [all …]
|
| H A D | debug.c | 559 req->data_growth, req->dd_growth); in ubifs_dump_budget_req() 586 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg() 587 bi->data_growth + bi->dd_growth + bi->idx_growth); in ubifs_dump_budg() 589 bi->data_growth, bi->dd_growth, bi->idx_growth); in ubifs_dump_budg() 633 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
|
| H A D | ubifs.h | 909 int dd_growth; member 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 | 1929 ubifs_assert(c, c->bi.dd_growth == 0); in ubifs_put_super()
|