scrub_peb_count   657 drivers/mtd/ubi/fastmap.c 	for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) {
scrub_peb_count  1139 drivers/mtd/ubi/fastmap.c 	int scrub_peb_count, erase_peb_count;
scrub_peb_count  1186 drivers/mtd/ubi/fastmap.c 	scrub_peb_count = 0;
scrub_peb_count  1257 drivers/mtd/ubi/fastmap.c 		scrub_peb_count++;
scrub_peb_count  1261 drivers/mtd/ubi/fastmap.c 	fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count);
scrub_peb_count   433 drivers/mtd/ubi/ubi-media.h 	__be32 scrub_peb_count;