Searched refs:inode_budget (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | budget.c | 382 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth() 405 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth() 600 req.dd_growth = c->bi.inode_budget + ALIGN(ui->data_len, 8); in ubifs_release_dirty_inode_budget()
|
H A D | ubifs.h | 975 * @inode_budget: budget for an inode (constant, never changed after mount) 989 int inode_budget; member
|
H A D | super.c | 723 * it is not included into 'c->bi.inode_budget'. in init_constants_sb() 726 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb()
|
H A D | debug.c | 629 pr_err("\tpage_budget %d, inode_budget %d, dent_budget %d\n", in ubifs_dump_budg() 630 bi->page_budget, bi->inode_budget, bi->dent_budget); in ubifs_dump_budg()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | budget.c | 379 data_growth = req->new_ino ? c->bi.inode_budget : 0; in calc_data_growth() 402 dd_growth += c->bi.inode_budget * req->dirtied_ino; in calc_dd_growth() 597 req.dd_growth = c->bi.inode_budget + ALIGN(ui->data_len, 8); in ubifs_release_dirty_inode_budget()
|
H A D | ubifs.h | 984 * @inode_budget: budget for an inode (constant, never changed after mount) 998 int inode_budget; member
|
H A D | super.c | 723 * it is not included into 'c->bi.inode_budget'. in init_constants_sb() 726 c->bi.inode_budget = UBIFS_INO_NODE_SZ; in init_constants_sb()
|
H A D | debug.c | 629 pr_err("\tpage_budget %d, inode_budget %d, dent_budget %d\n", in ubifs_dump_budg() 630 bi->page_budget, bi->inode_budget, bi->dent_budget); in ubifs_dump_budg()
|
Completed in 21 milliseconds