Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/ubi/
Deba.c1517 int i, j, num_volumes, ret = 0; in self_check_eba() local
1524 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1526 scan_eba = kmalloc_array(num_volumes, sizeof(*scan_eba), GFP_KERNEL); in self_check_eba()
1530 fm_eba = kmalloc_array(num_volumes, sizeof(*fm_eba), GFP_KERNEL); in self_check_eba()
1536 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1589 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1612 int i, err, num_volumes; in ubi_eba_init() local
1625 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1627 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1694 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()