good_peb_count   1595 drivers/mtd/ubi/attach.c 	ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count;
good_peb_count    362 drivers/mtd/ubi/build.c 		ret = sprintf(buf, "%d\n", ubi->good_peb_count);
good_peb_count    987 drivers/mtd/ubi/build.c 		ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count);
good_peb_count    630 drivers/mtd/ubi/ubi.h 	int good_peb_count;
good_peb_count    689 drivers/mtd/ubi/vmt.c 	if (vol->reserved_pebs > ubi->good_peb_count) {
good_peb_count    227 drivers/mtd/ubi/vtbl.c 		if (reserved_pebs > ubi->good_peb_count) {
good_peb_count    229 drivers/mtd/ubi/vtbl.c 				reserved_pebs, ubi->good_peb_count);
good_peb_count    832 drivers/mtd/ubi/vtbl.c 	ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count;
good_peb_count   1173 drivers/mtd/ubi/wl.c 	ubi->good_peb_count -= 1;
good_peb_count   1863 drivers/mtd/ubi/wl.c 	ubi_assert(ubi->good_peb_count == found_pebs);