Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ubifs/
Dbudget.c414 int dd_growth; in calc_dd_growth() local
416 dd_growth = req->dirtied_page ? c->page_budget : 0; in calc_dd_growth()
419 dd_growth += c->inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
421 dd_growth += c->dent_budget; in calc_dd_growth()
422 dd_growth += req->dirtied_ino_d; in calc_dd_growth()
423 return dd_growth; in calc_dd_growth()
442 int err, idx_growth, data_growth, dd_growth, retried = 0; in ubifs_budget_space() local
456 dd_growth = calc_dd_growth(c, req); in ubifs_budget_space()
457 if (!data_growth && !dd_growth) in ubifs_budget_space()
475 c->budg_dd_growth += dd_growth; in ubifs_budget_space()
[all …]
Dubifs.h897 int dd_growth; member
Dfile.c215 struct ubifs_budget_req req = { .dd_growth = c->page_budget}; in release_existing_page_budget()
Ddebug.c587 req->data_growth, req->dd_growth); in dbg_dump_budget_req()