Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Deba.c1293 int i, j, num_volumes, ret = 0; in self_check_eba() local
1300 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1302 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1306 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1312 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1363 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1386 int i, j, err, num_volumes; in ubi_eba_init() local
1399 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1401 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1464 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()