Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dubi-media.h427 * @vol_count: number of UBI volumes known by this fastmap
436 __be32 vol_count; member
H A Dfastmap.c692 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()
1147 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local
1197 vol_count = 0; in ubi_write_fastmap()
1297 vol_count++; in ubi_write_fastmap()
1327 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
H A Dvmt.c289 ubi->vol_count += 1; in ubi_create_volume()
338 ubi->vol_count -= 1; in ubi_create_volume()
418 ubi->vol_count -= 1; in ubi_remove_volume()
H A Dvtbl.c567 ubi->vol_count += 1; in init_volumes()
646 ubi->vol_count += 1; in init_volumes()
H A Dbuild.c369 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
1044 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
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