Searched refs:good_peb_count (Results 1 – 6 of 6) sorted by relevance
227 if (reserved_pebs > ubi->good_peb_count) { in vtbl_check() 229 reserved_pebs, ubi->good_peb_count); in vtbl_check() 838 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count; in ubi_read_volume_table()
367 ret = sprintf(buf, "%d\n", ubi->good_peb_count); in dev_attribute_show() 1042 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
446 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count,525 * @good_peb_count: count of good physical eraseblocks632 int good_peb_count; member
1212 ubi->good_peb_count -= 1;1927 ubi_assert(ubi->good_peb_count == found_pebs);
735 if (vol->reserved_pebs > ubi->good_peb_count) { in self_check_volume()
1595 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()