Searched refs:scrub_peb_count (Results 1 – 5 of 5) sorted by relevance
435 __be32 scrub_peb_count; member
716 for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) { in ubi_attach_fastmap()1119 int scrub_peb_count, erase_peb_count; in ubi_write_fastmap() local1163 scrub_peb_count = 0; in ubi_write_fastmap()1234 scrub_peb_count++; in ubi_write_fastmap()1238 fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count); in ubi_write_fastmap()
433 __be32 scrub_peb_count; member
663 for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) { in ubi_attach_fastmap()1149 int scrub_peb_count, erase_peb_count; in ubi_write_fastmap() local1196 scrub_peb_count = 0; in ubi_write_fastmap()1267 scrub_peb_count++; in ubi_write_fastmap()1271 fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count); in ubi_write_fastmap()
378 for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) { in ubi_attach_fastmap()