Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dbudget.c413 if (req->dirtied_ino) in calc_dd_growth()
414 dd_growth += c->bi.inode_budget << (req->dirtied_ino - 1); in calc_dd_growth()
444 ubifs_assert(req->dirtied_ino <= 4); in ubifs_budget_space()
531 ubifs_assert(req->dirtied_ino <= 4); in ubifs_release_budget()
H A Dubifs.h1489 unsigned int dirtied_ino:4; member
1499 unsigned int dirtied_ino; member
H A Ddebug.c554 req->new_ino, req->dirtied_ino); in ubifs_dump_budget_req()