Home
last modified time | relevance | path

Searched refs:data_growth (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ubifs/
Dbudget.c109 liab = c->bi.idx_growth + c->bi.data_growth + c->bi.dd_growth; in get_liability()
351 outstanding = c->bi.data_growth + c->bi.dd_growth; in do_budget_space()
393 int data_growth; in calc_data_growth() local
395 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth()
397 data_growth += c->bi.page_budget; in calc_data_growth()
399 data_growth += c->bi.dent_budget; in calc_data_growth()
400 data_growth += req->new_ino_d; in calc_data_growth()
401 return data_growth; in calc_data_growth()
440 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
453 data_growth = calc_data_growth(c, req); in ubifs_budget_space()
[all …]
Dubifs.h906 int data_growth; member
976 long long data_growth; member
Ddebug.c561 req->data_growth, req->dd_growth); in ubifs_dump_budget_req()
588 current->pid, bi->data_growth + bi->dd_growth, in ubifs_dump_budg()
589 bi->data_growth + bi->dd_growth + bi->idx_growth); in ubifs_dump_budg()
591 bi->data_growth, bi->dd_growth, bi->idx_growth); in ubifs_dump_budg()
635 outstanding = c->bi.data_growth + c->bi.dd_growth; in ubifs_dump_budg()
Dsuper.c1770 ubifs_assert(c->bi.data_growth == 0); in ubifs_put_super()