Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Deba.c1294 int i, j, num_volumes, ret = 0; in self_check_eba() local
1301 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1303 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1307 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1313 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1364 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1387 int i, j, err, num_volumes; in ubi_eba_init() local
1400 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1402 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1465 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()