Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dbudget.c393 data_growth += c->bi.page_budget; in calc_data_growth()
411 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth()
585 c->bi.data_growth -= c->bi.page_budget; in ubifs_convert_page_budget()
587 c->bi.dd_growth += c->bi.page_budget; in ubifs_convert_page_budget()
H A Dubifs.h1580 int page_budget; member
H A Dsuper.c882 c->bi.page_budget = UBIFS_MAX_DATA_NODE_SZ * UBIFS_BLOCKS_PER_PAGE; in init_constants_sb()
H A Ddebug.c598 bi->page_budget, bi->inode_budget, bi->dent_budget); in ubifs_dump_budg()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dbudget.c385 data_growth += c->bi.page_budget; in calc_data_growth()
403 dd_growth = req->dirtied_page ? c->bi.page_budget : 0; in calc_dd_growth()
577 c->bi.data_growth -= c->bi.page_budget; in ubifs_convert_page_budget()
579 c->bi.dd_growth += c->bi.page_budget; in ubifs_convert_page_budget()
H A Dubifs.h988 int page_budget; member
H A Dfile.c212 struct ubifs_budget_req req = { .dd_growth = c->bi.page_budget}; in release_existing_page_budget()
H A Dsuper.c725 c->bi.page_budget = UBIFS_MAX_DATA_NODE_SZ * UBIFS_BLOCKS_PER_PAGE; in init_constants_sb()
H A Ddebug.c593 bi->page_budget, bi->inode_budget, bi->dent_budget); in ubifs_dump_budg()