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

/linux-master/fs/ubifs/
H A Dbudget.c379 data_growth = req->new_ino ? c->bi.inode_budget : 0;
402 dd_growth += c->bi.inode_budget * req->dirtied_ino;
597 req.dd_growth = c->bi.inode_budget + ALIGN(ui->data_len, 8);
H A Dubifs.h984 * @inode_budget: budget for an inode (constant, never changed after mount)
998 int inode_budget; member in struct:ubifs_budg_info
H A Dsuper.c719 * it is not included into 'c->bi.inode_budget'.
722 c->bi.inode_budget = UBIFS_INO_NODE_SZ;
H A Ddebug.c629 pr_err("\tpage_budget %d, inode_budget %d, dent_budget %d\n",
630 bi->page_budget, bi->inode_budget, bi->dent_budget);

Completed in 120 milliseconds