Searched refs:erase_peb_count (Results 1 – 5 of 5) sorted by relevance
437 __be32 erase_peb_count; member
727 for (i = 0; i < be32_to_cpu(fmhdr->erase_peb_count); i++) { in ubi_attach_fastmap()1119 int scrub_peb_count, erase_peb_count; in ubi_write_fastmap() local1164 erase_peb_count = 0; in ubi_write_fastmap()1252 erase_peb_count++; in ubi_write_fastmap()1257 fmh->erase_peb_count = cpu_to_be32(erase_peb_count); in ubi_write_fastmap()
435 __be32 erase_peb_count; member
676 for (i = 0; i < be32_to_cpu(fmhdr->erase_peb_count); i++) { in ubi_attach_fastmap()1149 int scrub_peb_count, erase_peb_count; in ubi_write_fastmap() local1197 erase_peb_count = 0; in ubi_write_fastmap()1285 erase_peb_count++; in ubi_write_fastmap()1290 fmh->erase_peb_count = cpu_to_be32(erase_peb_count); in ubi_write_fastmap()
386 for (i = 0; i < be32_to_cpu(fmhdr->erase_peb_count); i++) { in ubi_attach_fastmap()