Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dlprops.c614 int new_spc; in ubifs_change_lp() local
616 new_spc = lprops->free + lprops->dirty; in ubifs_change_lp()
617 if (new_spc < c->dead_wm) in ubifs_change_lp()
618 c->lst.total_dead += new_spc; in ubifs_change_lp()
620 c->lst.total_dark += ubifs_calc_dark(c, new_spc); in ubifs_change_lp()
622 c->lst.total_used += c->leb_size - new_spc; in ubifs_change_lp()