Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 Dvmt.c261 ubi->vol_count += 1; in ubi_create_volume()
310 ubi->vol_count -= 1; in ubi_create_volume()
377 ubi->vol_count -= 1; in ubi_remove_volume()
H A Dfastmap.c692 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()
1137 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local
1187 vol_count = 0; in ubi_write_fastmap()
1287 vol_count++; in ubi_write_fastmap()
1317 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
H A Dvtbl.c567 ubi->vol_count += 1; in init_volumes()
646 ubi->vol_count += 1; in init_volumes()
H A Dbuild.c361 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
1029 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
H A Dubi.h448 * @vol_count: number of volumes in this UBI device
451 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count,
564 int vol_count; member
/kernel/linux/linux-6.6/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 Dvmt.c261 ubi->vol_count += 1; in ubi_create_volume()
310 ubi->vol_count -= 1; in ubi_create_volume()
377 ubi->vol_count -= 1; in ubi_remove_volume()
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 Dvtbl.c567 ubi->vol_count += 1; in init_volumes()
646 ubi->vol_count += 1; in init_volumes()
H A Dbuild.c363 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
1035 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
H A Dubi.h446 * @vol_count: number of volumes in this UBI device
449 * @beb_rsvd_level, @bad_peb_count, @good_peb_count, @vol_count,
562 int vol_count; member

Completed in 17 milliseconds