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

/linux-master/drivers/mtd/ubi/
H A Dubi-media.h306 #define UBI_MAX_VOLUMES 128 macro
338 * %UBI_MAX_VOLUMES records, the volume table contains %UBI_MAX_VOLUMES
H A Dvtbl.c792 * and by the UBI_MAX_VOLUMES constant.
801 if (ubi->vtbl_slots > UBI_MAX_VOLUMES)
802 ubi->vtbl_slots = UBI_MAX_VOLUMES;
H A Dubi.h561 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
H A Dattach.c1134 if (vol_id > UBI_MAX_VOLUMES && !vol_ignored(vol_id)) {
1693 if (av->vol_id >= UBI_MAX_VOLUMES &&
H A Dfastmap.c90 (UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT)) +
1291 for (i = 0; i < UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT; i++) {
H A Dio.c908 if (vol_id >= UBI_MAX_VOLUMES && vol_id < UBI_INTERNAL_VOL_START) {

Completed in 140 milliseconds