Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/ubi/
A Dmisc.c117 ubi->beb_rsvd_level = ubi->bad_peb_limit - ubi->bad_peb_count; in ubi_calculate_reserved()
121 ubi->bad_peb_count, ubi->bad_peb_limit); in ubi_calculate_reserved()
A Dubi-media.h434 __be32 bad_peb_count; member
A Dattach.c957 ai->bad_peb_count += 1; in scan_peb()
1212 peb_count = ubi->peb_count - ai->bad_peb_count - ai->alien_peb_count; in late_analysis()
1594 ubi->bad_peb_count = ai->bad_peb_count; in ubi_attach()
1595 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()
A Dfastmap.c688 ai->bad_peb_count = be32_to_cpu(fmhdr->bad_peb_count); in ubi_attach_fastmap()
790 ai->bad_peb_count - fm->used_blocks)) in ubi_attach_fastmap()
1327 fmh->bad_peb_count = cpu_to_be32(ubi->bad_peb_count); in ubi_write_fastmap()
A Dubi.h631 int bad_peb_count; member
769 int bad_peb_count; member
A Dbuild.c135 __ATTR(bad_peb_count, S_IRUGO, dev_attribute_show, NULL);
370 ret = sprintf(buf, "%d\n", ubi->bad_peb_count); in dev_attribute_show()
1018 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
A Dwl.c1192 ubi->bad_peb_count += 1;
/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-class-ubi42 What: /sys/class/ubi/ubiX/bad_peb_count

Completed in 22 milliseconds