Home
last modified time | relevance | path

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

/linux/fs/ubifs/
A Dmaster.c293 if (c->lst.total_dead + c->lst.total_dark + in validate_master()
299 if (c->lst.total_dead < 0 || in validate_master()
300 c->lst.total_dead > c->lst.total_free + c->lst.total_dirty || in validate_master()
301 c->lst.total_dead & 7) { in validate_master()
378 c->lst.total_dead = le64_to_cpu(c->mst_node->total_dead); in ubifs_read_master()
A Dlprops.c542 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()
1220 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()
A Dcommit.c183 c->mst_node->total_dead = cpu_to_le64(lst.total_dead); in do_commit()
A Dubifs-media.h738 __le64 total_dead; member
A Dbudget.c227 available -= c->lst.total_dead; in ubifs_calc_available()
A Dubifs.h536 long long total_dead; member
A Ddebug.c424 (unsigned long long)le64_to_cpu(mst->total_dead)); in ubifs_dump_node()
608 lst->total_used, lst->total_dark, lst->total_dead); in ubifs_dump_lstats()

Completed in 22 milliseconds