Searched refs:good_peb_count (Results 1 – 7 of 7) sorted by relevance
237 if (reserved_pebs > ubi->good_peb_count) {239 reserved_pebs, ubi->good_peb_count);829 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count;
1164 ubi->good_peb_count -= 1;1622 ubi_assert(ubi->good_peb_count ==1631 ubi_assert(ubi->good_peb_count == found_pebs);
398 ret = sprintf(buf, "%d\n", ubi->good_peb_count); in dev_attribute_show()1045 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
607 int good_peb_count; member
709 if (vol->reserved_pebs > ubi->good_peb_count) { in self_check_volume()
1440 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()
59 ubi_msg("number of good PEBs: %d", ubi->good_peb_count); in display_ubi_info()
Completed in 16 milliseconds