Searched refs:UBI_INT_VOL_COUNT (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi-media.h288 #define UBI_INT_VOL_COUNT 1 macro
H A Dvtbl.c725 if (ai->vols_found > UBI_INT_VOL_COUNT + ubi->vtbl_slots) {
727 ai->vols_found, UBI_INT_VOL_COUNT, ubi->vtbl_slots);
731 if (ai->highest_vol_id >= ubi->vtbl_slots + UBI_INT_VOL_COUNT &&
738 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
H A Dbuild.c369 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT);
519 for (i = from; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
1044 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT,
H A Dubi.h561 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
H A Deba.c1537 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT;
1638 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT;
H A Dfastmap.c90 (UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT)) +
1291 for (i = 0; i < UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT; i++) {

Completed in 1183 milliseconds