Home
last modified time | relevance | path

Searched refs:page_budget (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ubifs/ !
H A Dbudget.c381 data_growth += c->bi.page_budget; in calc_data_growth()
399 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth()
573 c->bi.data_growth -= c->bi.page_budget; in ubifs_convert_page_budget()
575 c->bi.dd_growth += c->bi.page_budget; in ubifs_convert_page_budget()
H A Dfile.c200 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
H A Dubifs.h982 int page_budget; member
H A Dsuper.c721 c->bi.page_budget = UBIFS_MAX_DATA_NODE_SZ * UBIFS_BLOCKS_PER_PAGE; in init_constants_sb()
H A Ddebug.c630 bi->page_budget, bi->inode_budget, bi->dent_budget); in ubifs_dump_budg()