Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/ubi/
A Dvtbl.c227 if (reserved_pebs > ubi->good_peb_count) { in vtbl_check()
229 reserved_pebs, ubi->good_peb_count); in vtbl_check()
832 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count; in ubi_read_volume_table()
A Dbuild.c362 ret = sprintf(buf, "%d\n", ubi->good_peb_count); in dev_attribute_show()
1018 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
A Dubi.h632 int good_peb_count; member
A Dwl.c1193 ubi->good_peb_count -= 1;
1908 ubi_assert(ubi->good_peb_count == found_pebs);
A Dvmt.c684 if (vol->reserved_pebs > ubi->good_peb_count) { in self_check_volume()
A Dattach.c1595 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()

Completed in 17 milliseconds