dd_growth 97 fs/ubifs/budget.c liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; dd_growth 339 fs/ubifs/budget.c outstanding = c->bi.data_growth + c->bi.dd_growth; dd_growth 401 fs/ubifs/budget.c int dd_growth; dd_growth 403 fs/ubifs/budget.c dd_growth = req->dirtied_page ? c->bi.page_budget : 0; dd_growth 406 fs/ubifs/budget.c dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); dd_growth 408 fs/ubifs/budget.c dd_growth += c->bi.dent_budget; dd_growth 409 fs/ubifs/budget.c dd_growth += req->dirtied_ino_d; dd_growth 410 fs/ubifs/budget.c return dd_growth; dd_growth 428 fs/ubifs/budget.c int err, idx_growth, data_growth, dd_growth, retried = 0; dd_growth 442 fs/ubifs/budget.c dd_growth = calc_dd_growth(c, req); dd_growth 443 fs/ubifs/budget.c if (!data_growth && !dd_growth) dd_growth 451 fs/ubifs/budget.c ubifs_assert(c, c->bi.dd_growth >= 0); dd_growth 461 fs/ubifs/budget.c c->bi.dd_growth += dd_growth; dd_growth 467 fs/ubifs/budget.c req->dd_growth = dd_growth; dd_growth 475 fs/ubifs/budget.c c->bi.dd_growth -= dd_growth; dd_growth 530 fs/ubifs/budget.c ubifs_assert(c, req->dd_growth >= 0); dd_growth 535 fs/ubifs/budget.c req->dd_growth = calc_dd_growth(c, req); dd_growth 539 fs/ubifs/budget.c if (!req->data_growth && !req->dd_growth) dd_growth 549 fs/ubifs/budget.c c->bi.dd_growth -= req->dd_growth; dd_growth 554 fs/ubifs/budget.c ubifs_assert(c, c->bi.dd_growth >= 0); dd_growth 558 fs/ubifs/budget.c ubifs_assert(c, !(c->bi.dd_growth & 7)); dd_growth 579 fs/ubifs/budget.c c->bi.dd_growth += c->bi.page_budget; dd_growth 601 fs/ubifs/budget.c req.dd_growth = c->bi.inode_budget + ALIGN(ui->data_len, 8); dd_growth 672 fs/ubifs/budget.c outstanding = c->bi.data_growth + c->bi.dd_growth; dd_growth 559 fs/ubifs/debug.c req->data_growth, req->dd_growth); dd_growth 586 fs/ubifs/debug.c current->pid, bi->data_growth + bi->dd_growth, dd_growth 587 fs/ubifs/debug.c bi->data_growth + bi->dd_growth + bi->idx_growth); dd_growth 589 fs/ubifs/debug.c bi->data_growth, bi->dd_growth, bi->idx_growth); dd_growth 633 fs/ubifs/debug.c outstanding = c->bi.data_growth + c->bi.dd_growth; dd_growth 212 fs/ubifs/file.c struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; dd_growth 1890 fs/ubifs/super.c ubifs_assert(c, c->bi.dd_growth == 0); dd_growth 907 fs/ubifs/ubifs.h int dd_growth; dd_growth 980 fs/ubifs/ubifs.h long long dd_growth;