Searched refs:dent_budget (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | budget.c | 386 data_growth += c->bi.dent_budget; in calc_data_growth() 407 dd_growth += c->bi.dent_budget; in calc_dd_growth()
|
H A D | ubifs.h | 976 * @dent_budget: budget for a directory entry (constant, never changed after 990 int dent_budget; member
|
H A D | super.c | 727 c->bi.dent_budget = UBIFS_MAX_DENT_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 | 383 data_growth += c->bi.dent_budget; in calc_data_growth() 404 dd_growth += c->bi.dent_budget; in calc_dd_growth()
|
H A D | ubifs.h | 985 * @dent_budget: budget for a directory entry (constant, never changed after 999 int dent_budget; member
|
H A D | super.c | 727 c->bi.dent_budget = UBIFS_MAX_DENT_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