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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dmisc.c101 ubi->beb_rsvd_level = ubi->good_peb_count/100;
H A Dbuild.c116 return sprintf(buf, "%d\n", ubi->good_peb_count);
350 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count;
604 ubi_msg("number of good PEBs: %d", ubi->good_peb_count);
H A Dvtbl.c202 if (reserved_pebs > ubi->good_peb_count) {
204 ubi->good_peb_count);
757 ubi->avail_pebs = ubi->good_peb_count;
H A Dubi.h210 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count, @vol->readers,
259 * @good_peb_count: count of good physical eraseblocks
332 int good_peb_count; member in struct:ubi_device
H A Dvmt.c702 if (vol->reserved_pebs > ubi->good_peb_count) {
H A Dwl.c1095 ubi->good_peb_count -= 1;

Completed in 62 milliseconds