Searched refs:idx_growth (Results 1 – 8 of 8) 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() 178 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx; in ubifs_calc_min_idx_lebs() 436 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 453 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space() 457 ubifs_assert(c->bi.idx_growth >= 0); in ubifs_budget_space() 467 c->bi.idx_growth += idx_growth; in ubifs_budget_space() 473 req->idx_growth = idx_growth; in ubifs_budget_space() 481 c->bi.idx_growth -= idx_growth; in ubifs_budget_space() 536 ubifs_assert(req->idx_growth >= 0); in ubifs_release_budget() 544 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget() [all …]
|
| H A D | ubifs.h | 1502 int idx_growth; member 1572 long long idx_growth; member
|
| H A D | debug.c | 561 pr_err("\tidx_growth %d\n", req->idx_growth); in ubifs_dump_budget_req() 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()
|
| H A D | super.c | 1993 ubifs_assert(c->bi.idx_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() 171 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx; in ubifs_calc_min_idx_lebs() 428 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local 445 idx_growth = calc_idx_growth(c, req); in ubifs_budget_space() 449 ubifs_assert(c, c->bi.idx_growth >= 0); in ubifs_budget_space() 459 c->bi.idx_growth += idx_growth; in ubifs_budget_space() 465 req->idx_growth = idx_growth; in ubifs_budget_space() 473 c->bi.idx_growth -= idx_growth; in ubifs_budget_space() 528 ubifs_assert(c, req->idx_growth >= 0); in ubifs_release_budget() 536 req->idx_growth = calc_idx_growth(c, req); in ubifs_release_budget() [all …]
|
| H A D | ubifs.h | 907 int idx_growth; member 980 long long idx_growth; member
|
| H A D | debug.c | 557 pr_err("\tidx_growth %d\n", req->idx_growth); in ubifs_dump_budget_req() 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()
|
| H A D | super.c | 1928 ubifs_assert(c, c->bi.idx_growth == 0); in ubifs_put_super()
|