Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dmisc.c128 ubi->beb_rsvd_level = ubi->bad_peb_limit - ubi->bad_peb_count; in ubi_calculate_reserved()
132 ubi->bad_peb_count, ubi->bad_peb_limit); in ubi_calculate_reserved()
Dattach.c829 ai->bad_peb_count += 1; in scan_peb()
1070 peb_count = ubi->peb_count - ai->bad_peb_count - ai->alien_peb_count; in late_analysis()
1431 ubi->bad_peb_count = ai->bad_peb_count; in ubi_attach()
1432 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()
Dubi-media.h446 __be32 bad_peb_count; member
Dubi.h562 int bad_peb_count; member
693 int bad_peb_count; member
Dfastmap.c680 ai->bad_peb_count = be32_to_cpu(fmhdr->bad_peb_count); in ubi_attach_fastmap()
827 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
1228 fmh->bad_peb_count = cpu_to_be32(ubi->bad_peb_count); in ubi_write_fastmap()
Dbuild.c133 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
370 ret = sprintf(buf, "%d\n", ubi->bad_peb_count); in dev_attribute_show()
1025 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
Dwl.c1515 ubi->bad_peb_count += 1;