Searched refs:old_spc (Results 1 – 1 of 1) sorted by relevance
561 int old_spc; in ubifs_change_lp() local563 old_spc = lprops->free + lprops->dirty; in ubifs_change_lp()564 if (old_spc < c->dead_wm) in ubifs_change_lp()565 c->lst.total_dead -= old_spc; in ubifs_change_lp()567 c->lst.total_dark -= ubifs_calc_dark(c, old_spc); in ubifs_change_lp()569 c->lst.total_used -= c->leb_size - old_spc; in ubifs_change_lp()