Searched refs:used_peb_count (Results 1 – 2 of 2) sorted by relevance
649 for (i = 0; i < be32_to_cpu(fmhdr->used_peb_count); i++) { in ubi_attach_fastmap()1146 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local1193 used_peb_count = 0; in ubi_write_fastmap()1240 used_peb_count++; in ubi_write_fastmap()1252 used_peb_count++; in ubi_write_fastmap()1256 fmh->used_peb_count = cpu_to_be32(used_peb_count); in ubi_write_fastmap()
432 __be32 used_peb_count; member