Home
last modified time | relevance | path

Searched refs:scrub_peb_count (Results 1 – 2 of 2) sorted by relevance

/drivers/mtd/ubi/
Dfastmap.c658 for (i = 0; i < be32_to_cpu(fmhdr->scrub_peb_count); i++) { in ubi_attach_fastmap()
1079 int scrub_peb_count, erase_peb_count; in ubi_write_fastmap() local
1116 scrub_peb_count = 0; in ubi_write_fastmap()
1171 scrub_peb_count++; in ubi_write_fastmap()
1175 fmh->scrub_peb_count = cpu_to_be32(scrub_peb_count); in ubi_write_fastmap()
Dubi-media.h445 __be32 scrub_peb_count; member