Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi-media.h437 __be32 vol_count; member
H A Dfastmap.c740 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()
1117 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local
1164 vol_count = 0; in ubi_write_fastmap()
1264 vol_count++; in ubi_write_fastmap()
1290 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
H A Dvtbl.c571 ubi->vol_count += 1;
640 ubi->vol_count += 1;
H A Dvmt.c306 ubi->vol_count += 1; in ubi_create_volume()
398 ubi->vol_count -= 1; in ubi_remove_volume()
H A Dbuild.c398 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
1045 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
H A Dubi.h534 int vol_count; member
/openbmc/linux/drivers/mtd/ubi/
H A Dubi-media.h436 __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.h562 int vol_count; member
/openbmc/u-boot/cmd/
H A Dubi.c66 ubi->vol_count - UBI_INT_VOL_COUNT); in display_ubi_info()
237 ubi->vol_count -= 1; in ubi_remove_vol()
/openbmc/u-boot/drivers/mtd/ubispl/
H A Dubispl.c393 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()