Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dvtbl.c722 if (ai->vols_found > UBI_INT_VOL_COUNT + ubi->vtbl_slots) {
724 ai->vols_found, UBI_INT_VOL_COUNT, ubi->vtbl_slots);
728 if (ai->highest_vol_id >= ubi->vtbl_slots + UBI_INT_VOL_COUNT &&
735 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
851 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
A Dubi-media.h291 #define UBI_INT_VOL_COUNT 1 macro
A Dbuild.c400 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
601 i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) { in ubi_free_internal_volumes()
1047 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
A Deba.c1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
A Dubi.h539 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
A Dfastmap.c1263 for (i = 0; i < UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT; i++) { in ubi_write_fastmap()
/u-boot/cmd/
A Dubi.c67 ubi_msg("number of internal volumes: %d", UBI_INT_VOL_COUNT); in display_ubi_info()
69 ubi->vol_count - UBI_INT_VOL_COUNT); in display_ubi_info()

Completed in 16 milliseconds