Home
last modified time | relevance | path

Searched refs:dirtied_ino (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dbudget.c412 if (req->dirtied_ino) in calc_dd_growth()
413 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
443 ubifs_assert(req->dirtied_ino <= 4); in ubifs_budget_space()
530 ubifs_assert(req->dirtied_ino <= 4); in ubifs_release_budget()
Dubifs.h1488 unsigned int dirtied_ino:4; member
1498 unsigned int dirtied_ino; member
Ddebug.c553 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()