Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dvtbl.c237 if (reserved_pebs > ubi->good_peb_count) { in vtbl_check()
239 reserved_pebs, ubi->good_peb_count); in vtbl_check()
823 ubi->avail_pebs = ubi->good_peb_count - ubi->corr_peb_count; in ubi_read_volume_table()
Dwl.c1130 ubi->good_peb_count -= 1;
1584 ubi_assert(ubi->good_peb_count == \
1593 ubi_assert(ubi->good_peb_count == found_pebs);
Dbuild.c364 ret = sprintf(buf, "%d\n", ubi->good_peb_count); in dev_attribute_show()
1033 ubi->good_peb_count, ubi->bad_peb_count, ubi->corr_peb_count); in ubi_attach_mtd_dev()
Dubi.h603 int good_peb_count; member
Dvmt.c755 if (vol->reserved_pebs > ubi->good_peb_count) { in self_check_volume()
Dattach.c1442 ubi->good_peb_count = ubi->peb_count - ubi->bad_peb_count; in ubi_attach()