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

/linux-master/drivers/mtd/ubi/
H A Deba.c1530 int i, j, num_volumes, ret = 0; local
1537 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT;
1539 scan_eba = kmalloc_array(num_volumes, sizeof(*scan_eba), GFP_KERNEL);
1543 fm_eba = kmalloc_array(num_volumes, sizeof(*fm_eba), GFP_KERNEL);
1549 for (i = 0; i < num_volumes; i++) {
1602 for (i = 0; i < num_volumes; i++) {
1625 int i, err, num_volumes; local
1638 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT;
1640 for (i = 0; i < num_volumes; i++) {
1707 for (i = 0; i < num_volumes;
[all...]

Completed in 121 milliseconds