Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ubifs/
Dlprops.c602 int new_spc; in ubifs_change_lp() local
604 new_spc = lprops->free + lprops->dirty; in ubifs_change_lp()
605 if (new_spc < c->dead_wm) in ubifs_change_lp()
606 c->lst.total_dead += new_spc; in ubifs_change_lp()
608 c->lst.total_dark += ubifs_calc_dark(c, new_spc); in ubifs_change_lp()
610 c->lst.total_used += c->leb_size - new_spc; in ubifs_change_lp()