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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dubi-media.h316 #define UBI_MAX_VOLUMES 128 macro
348 * %UBI_MAX_VOLUMES records, the volume table contains %UBI_MAX_VOLUMES
H A Dvtbl.c792 * and by the UBI_MAX_VOLUMES constant.
795 if (ubi->vtbl_slots > UBI_MAX_VOLUMES)
796 ubi->vtbl_slots = UBI_MAX_VOLUMES;
H A Dubi.h392 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
H A Dscan.c833 if (vol_id > UBI_MAX_VOLUMES && vol_id != UBI_LAYOUT_VOLUME_ID) {
1186 if (sv->vol_id >= UBI_MAX_VOLUMES &&
H A Dio.c881 if (vol_id >= UBI_MAX_VOLUMES && vol_id < UBI_INTERNAL_VOL_START) {

Completed in 99 milliseconds