Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/mtd/ubi/
Deba.c1526 int i, j, num_volumes, ret = 0; in self_check_eba() local
1533 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1535 scan_eba = kmalloc_array(num_volumes, sizeof(*scan_eba), GFP_KERNEL); in self_check_eba()
1539 fm_eba = kmalloc_array(num_volumes, sizeof(*fm_eba), GFP_KERNEL); in self_check_eba()
1545 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1598 for (i = 0; i < num_volumes; i++) { in self_check_eba()
1621 int i, err, num_volumes; in ubi_eba_init() local
1634 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
1636 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()
1703 for (i = 0; i < num_volumes; i++) { in ubi_eba_init()