Searched defs:vol_count (Results 1 - 3 of 3) sorted by relevance

/drivers/mtd/ubi/
H A Dfastmap.c692 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) {
1115 int ret, i, j, free_peb_count, used_peb_count, vol_count; local
1155 vol_count = 0;
1238 vol_count++;
1264 fmh->vol_count = cpu_to_be32(vol_count);
H A Dubi-media.h439 * @vol_count: number of UBI volumes known by this fastmap
448 __be32 vol_count; member in struct:ubi_fm_hdr
H A Dubi.h387 * @vol_count: number of volumes in this UBI device
390 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count,
497 int vol_count; member in struct:ubi_device

Completed in 79 milliseconds