Searched refs:bad_peb_count (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Dscan.h95 * @bad_peb_count: count of bad physical eraseblocks
118 int bad_peb_count; member in struct:ubi_scan_info
H A Dbuild.c96 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
124 return sprintf(buf, "%d\n", ubi->bad_peb_count);
349 ubi->bad_peb_count = si->bad_peb_count;
350 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count;
506 * Note, ideally, we have to initialize ubi->bad_peb_count here. But
509 * each physical eraseblock. So, we skip ubi->bad_peb_count
605 ubi_msg("number of bad PEBs: %d", ubi->bad_peb_count);
H A Dubi.h210 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count, @vol->readers,
258 * @bad_peb_count: count of bad physical eraseblocks
331 int bad_peb_count; member in struct:ubi_device
H A Dscan.c742 si->bad_peb_count += 1;
H A Dwl.c1094 ubi->bad_peb_count += 1;

Completed in 50 milliseconds