Home
last modified time | relevance | path

Searched refs:inode_budget (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dbudget.c382 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 Dubifs.h975 * @inode_budget: budget for an inode (constant, never changed after mount)
989 int inode_budget; member
H A Dsuper.c723 * 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 Ddebug.c629 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 Dbudget.c379 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 Dubifs.h984 * @inode_budget: budget for an inode (constant, never changed after mount)
998 int inode_budget; member
H A Dsuper.c723 * 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 Ddebug.c629 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