Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dlprops.c609 int new_spc; in ubifs_change_lp() local
611 new_spc = lprops->free + lprops->dirty; in ubifs_change_lp()
612 if (new_spc < c->dead_wm) in ubifs_change_lp()
613 c->lst.total_dead += new_spc; in ubifs_change_lp()
615 c->lst.total_dark += ubifs_calc_dark(c, new_spc); in ubifs_change_lp()
617 c->lst.total_used += c->leb_size - new_spc; in ubifs_change_lp()

Completed in 4 milliseconds