Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dubi-media.h443 __be32 vol_count; member
Dfastmap.c741 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()
1118 int ret, i, j, free_peb_count, used_peb_count, vol_count; in ubi_write_fastmap() local
1165 vol_count = 0; in ubi_write_fastmap()
1265 vol_count++; in ubi_write_fastmap()
1291 fmh->vol_count = cpu_to_be32(vol_count); in ubi_write_fastmap()
Dvtbl.c575 ubi->vol_count += 1;
644 ubi->vol_count += 1;
Dvmt.c313 ubi->vol_count += 1; in ubi_create_volume()
405 ubi->vol_count -= 1; in ubi_remove_volume()
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()
Dubi.h538 int vol_count; member
/external/u-boot/cmd/
Dubi.c67 ubi->vol_count - UBI_INT_VOL_COUNT); in display_ubi_info()
242 ubi->vol_count -= 1; in ubi_remove_vol()
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c585 for (i = 0; i < be32_to_cpu(fmhdr->vol_count); i++) { in ubi_attach_fastmap()