Searched refs:good_peb_count (Results 1 – 7 of 7) sorted by relevance
233 if (reserved_pebs > ubi->good_peb_count) {235 reserved_pebs, ubi->good_peb_count);822 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count;
1162 ubi->good_peb_count -= 1;1620 ubi_assert(ubi->good_peb_count ==1629 ubi_assert(ubi->good_peb_count == found_pebs);
396 ret = sprintf(buf, "%d\n", ubi->good_peb_count); in dev_attribute_show()1043 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
603 int good_peb_count; member
700 if (vol->reserved_pebs > ubi->good_peb_count) { in self_check_volume()
1436 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()
72 ubi_msg("number of good PEBs: %d", ubi->good_peb_count); in display_ubi_info()