Home
last modified time | relevance | path

Searched refs:bad_peb_count (Results 1 – 9 of 9) sorted by relevance

/u-boot/drivers/mtd/ubi/
A Dmisc.c120 ubi->beb_rsvd_level = ubi->bad_peb_limit - ubi->bad_peb_count; in ubi_calculate_reserved()
124 ubi->bad_peb_count, ubi->bad_peb_limit); in ubi_calculate_reserved()
A Dubi-media.h441 __be32 bad_peb_count; member
A Dattach.c831 ai->bad_peb_count += 1; in scan_peb()
1072 peb_count = ubi->peb_count - ai->bad_peb_count - ai->alien_peb_count; in late_analysis()
1439 ubi->bad_peb_count = ai->bad_peb_count; in ubi_attach()
1440 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()
A Dfastmap.c742 ai->bad_peb_count = be32_to_cpu(fmhdr->bad_peb_count); in ubi_attach_fastmap()
845 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
849 ai->bad_peb_count - fm->used_blocks) { in ubi_attach_fastmap()
1296 fmh->bad_peb_count = cpu_to_be32(ubi->bad_peb_count); in ubi_write_fastmap()
A Dubi.h606 int bad_peb_count; member
737 int bad_peb_count; member
A Dbuild.c163 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
406 ret = sprintf(buf, "%d\n", ubi->bad_peb_count); in dev_attribute_show()
1045 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
A Dwl.c1163 ubi->bad_peb_count += 1;
/u-boot/cmd/
A Dubi.c60 ubi_msg("number of bad PEBs: %d", ubi->bad_peb_count); in display_ubi_info()
/u-boot/drivers/mtd/ubispl/
A Dubispl.c673 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()

Completed in 21 milliseconds