Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Deba.c1296 int i, j, num_volumes, ret = 0; in self_check_eba() local
1303 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1305 scan_eba = kmalloc(sizeof(*scan_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1309 fm_eba = kmalloc(sizeof(*fm_eba) * num_volumes, GFP_KERNEL); in self_check_eba()
1315 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1366 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1389 int i, j, err, num_volumes; in ubi_eba_init() local
1402 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1404 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1467 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()

Completed in 4 milliseconds