idx_growth         97 fs/ubifs/budget.c 	liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth;
idx_growth        171 fs/ubifs/budget.c 	idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx;
idx_growth        428 fs/ubifs/budget.c 	int err, idx_growth, data_growth, dd_growth, retried = 0;
idx_growth        445 fs/ubifs/budget.c 	idx_growth = calc_idx_growth(c, req);
idx_growth        449 fs/ubifs/budget.c 	ubifs_assert(c, c->bi.idx_growth >= 0);
idx_growth        459 fs/ubifs/budget.c 	c->bi.idx_growth += idx_growth;
idx_growth        465 fs/ubifs/budget.c 		req->idx_growth = idx_growth;
idx_growth        473 fs/ubifs/budget.c 	c->bi.idx_growth -= idx_growth;
idx_growth        528 fs/ubifs/budget.c 		ubifs_assert(c, req->idx_growth >= 0);
idx_growth        536 fs/ubifs/budget.c 		req->idx_growth = calc_idx_growth(c, req);
idx_growth        546 fs/ubifs/budget.c 	c->bi.idx_growth -= req->idx_growth;
idx_growth        547 fs/ubifs/budget.c 	c->bi.uncommitted_idx += req->idx_growth;
idx_growth        552 fs/ubifs/budget.c 	ubifs_assert(c, c->bi.idx_growth >= 0);
idx_growth        556 fs/ubifs/budget.c 	ubifs_assert(c, !(c->bi.idx_growth & 7));
idx_growth        575 fs/ubifs/budget.c 	c->bi.idx_growth -= c->max_idx_node_sz << UBIFS_BLOCKS_PER_PAGE_SHIFT;
idx_growth        557 fs/ubifs/debug.c 	pr_err("\tidx_growth  %d\n", req->idx_growth);
idx_growth        587 fs/ubifs/debug.c 	       bi->data_growth + bi->dd_growth + bi->idx_growth);
idx_growth        589 fs/ubifs/debug.c 	       bi->data_growth, bi->dd_growth, bi->idx_growth);
idx_growth       1889 fs/ubifs/super.c 		ubifs_assert(c, c->bi.idx_growth == 0);
idx_growth        905 fs/ubifs/ubifs.h 	int idx_growth;
idx_growth        978 fs/ubifs/ubifs.h 	long long idx_growth;