Home
last modified time | relevance | path

Searched refs:UBI_INT_VOL_COUNT (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dvtbl.c716 if (ai->vols_found > UBI_INT_VOL_COUNT + ubi->vtbl_slots) {
718 ai->vols_found, UBI_INT_VOL_COUNT, ubi->vtbl_slots);
722 if (ai->highest_vol_id >= ubi->vtbl_slots + UBI_INT_VOL_COUNT &&
729 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
845 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
H A Dubi-media.h286 #define UBI_INT_VOL_COUNT 1 macro
H A Dbuild.c399 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
600 i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) { in ubi_free_internal_volumes()
1046 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
H A Deba.c1301 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1400 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
H A Dubi.h536 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
H A Dfastmap.c1259 for (i = 0; i < UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT; i++) { in ubi_write_fastmap()
/rk3399_rockchip-uboot/cmd/
H A Dubi.c80 ubi_msg("number of internal volumes: %d", UBI_INT_VOL_COUNT); in display_ubi_info()
82 ubi->vol_count - UBI_INT_VOL_COUNT); in display_ubi_info()