Searched refs:vol_count (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi-media.h427 * @vol_count: number of UBI volumes known by this fastmap
436 __be32 vol_count; member in struct:ubi_fm_hdr
H A Dfastmap.c692 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) {
1147 int ret, i, j, free_peb_count, used_peb_count, vol_count; local
1197 vol_count = 0;
1297 vol_count++;
1327 fmh->vol_count = cpu_to_be32(vol_count);
H A Dvtbl.c567 ubi->vol_count += 1;
646 ubi->vol_count += 1;
H A Dvmt.c287 ubi->vol_count += 1;
336 ubi->vol_count -= 1;
416 ubi->vol_count -= 1;
H A Dubi.h443 * @vol_count: number of volumes in this UBI device
446 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count,
560 int vol_count; member in struct:ubi_device
H A Dbuild.c369 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT);
1044 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT,

Completed in 130 milliseconds