Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dubi-media.h441 __be32 free_peb_count; member
Dfastmap.c688 for (i = 0; i < be32_to_cpu(fmhdr->free_peb_count); i++) { in ubi_attach_fastmap()
1135 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local
1178 free_peb_count = 0; in ubi_write_fastmap()
1213 free_peb_count++; in ubi_write_fastmap()
1217 fmh->free_peb_count = cpu_to_be32(free_peb_count); in ubi_write_fastmap()