Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ubifs/
Dbudget.c396 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth()
419 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
615 req.dd_growth = c->bi.inode_budget + ALIGN(ui->data_len, 8); in ubifs_release_dirty_inode_budget()
Dubifs.h971 int inode_budget; member
Dsuper.c699 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb()
Ddebug.c658 bi->page_budget, bi->inode_budget, bi->dent_budget); in dbg_dump_budg()