Searched refs:total_dead (Results 1 – 6 of 6) sorted by relevance
296 if (c->lst.total_dead + c->lst.total_dark + in validate_master()302 if (c->lst.total_dead < 0 || in validate_master()303 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()304 c->lst.total_dead & 7) { in validate_master()381 c->lst.total_dead = le64_to_cpu(c->mst_node->total_dead); in ubifs_read_master()
542 ubifs_assert(c, !(c->lst.total_dead & 7) && !(c->lst.total_dark & 7)); in ubifs_change_lp()565 c->lst.total_dead -= old_spc; in ubifs_change_lp()606 c->lst.total_dead += new_spc; in ubifs_change_lp()1221 lst->total_dead += spc; in scan_check_cb()1293 if (lst.total_dead != c->lst.total_dead || in dbg_check_lprops()1297 lst.total_dead, lst.total_dark); in dbg_check_lprops()1299 c->lst.total_dead, c->lst.total_dark); in dbg_check_lprops()
194 c->mst_node->total_dead = cpu_to_le64(lst.total_dead); in do_commit()
738 __le64 total_dead; member
223 available -= c->lst.total_dead; in ubifs_calc_available()
538 long long total_dead; member