Searched refs:old_spc (Results 1 – 1 of 1) sorted by relevance
575 int old_spc; in ubifs_change_lp() local577 old_spc = lprops->free + lprops->dirty; in ubifs_change_lp()578 if (old_spc < c->dead_wm) in ubifs_change_lp()579 c->lst.total_dead -= old_spc; in ubifs_change_lp()581 c->lst.total_dark -= ubifs_calc_dark(c, old_spc); in ubifs_change_lp()583 c->lst.total_used -= c->leb_size - old_spc; in ubifs_change_lp()