Searched refs:total_dead (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 293 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()
|
H A D | lprops.c | 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() 1220 lst->total_dead += spc; in scan_check_cb() 1293 if (lst.total_dead != c->lst.total_dead || in dbg_check_lprops() 1296 ubifs_err(c, "calculated: total_dead %lld, total_dark %lld", in dbg_check_lprops() 1297 lst.total_dead, lst.total_dark); in dbg_check_lprops() 1298 ubifs_err(c, "read from lprops: total_dead %lld, total_dark %lld", in dbg_check_lprops() 1299 c->lst.total_dead, in dbg_check_lprops() [all...] |
H A D | commit.c | 183 c->mst_node->total_dead = cpu_to_le64(lst.total_dead); in do_commit()
|
H A D | ubifs-media.h | 703 * @total_dead: total dead space in bytes (includes only data LEBs) 738 __le64 total_dead; member
|
H A D | budget.c | 226 available -= c->lst.total_dead; in ubifs_calc_available()
|
H A D | debug.c | 424 (unsigned long long)le64_to_cpu(mst->total_dead)); in ubifs_dump_node() 607 pr_err("\ttotal_used %lld, total_dark %lld, total_dead %lld\n", in ubifs_dump_lstats() 608 lst->total_used, lst->total_dark, lst->total_dead); in ubifs_dump_lstats()
|
H A D | ubifs.h | 511 * @total_dead: total dead space in bytes (does not include index LEBs) 526 * @total_used, @total_dead and @total_dark fields do not account indexing 536 long long total_dead; member
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | master.c | 293 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()
|
H A D | lprops.c | 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() 1220 lst->total_dead += spc; in scan_check_cb() 1293 if (lst.total_dead != c->lst.total_dead || in dbg_check_lprops() 1296 ubifs_err(c, "calculated: total_dead %lld, total_dark %lld", in dbg_check_lprops() 1297 lst.total_dead, lst.total_dark); in dbg_check_lprops() 1298 ubifs_err(c, "read from lprops: total_dead %lld, total_dark %lld", in dbg_check_lprops() 1299 c->lst.total_dead, in dbg_check_lprops() [all...] |
H A D | commit.c | 183 c->mst_node->total_dead = cpu_to_le64(lst.total_dead); in do_commit()
|
H A D | ubifs-media.h | 703 * @total_dead: total dead space in bytes (includes only data LEBs) 738 __le64 total_dead; member
|
H A D | budget.c | 223 available -= c->lst.total_dead; in ubifs_calc_available()
|
H A D | debug.c | 424 (unsigned long long)le64_to_cpu(mst->total_dead)); in ubifs_dump_node() 607 pr_err("\ttotal_used %lld, total_dark %lld, total_dead %lld\n", in ubifs_dump_lstats() 608 lst->total_used, lst->total_dark, lst->total_dead); in ubifs_dump_lstats()
|
H A D | ubifs.h | 520 * @total_dead: total dead space in bytes (does not include index LEBs) 535 * @total_used, @total_dead and @total_dark fields do not account indexing 545 long long total_dead; member
|
Completed in 27 milliseconds