Lines Matching refs:vtbl_slots
196 for (i = 0; i < ubi->vtbl_slots; i++) {
371 ret = sprintf(buf, "%d\n", ubi->vtbl_slots);
418 for (i = 0; i < ubi->vtbl_slots; i++)
447 * number and ubi->vtbl_slots + 1 minor numbers.
449 err = alloc_chrdev_region(&dev, 0, ubi->vtbl_slots + 1, ubi->ubi_name);
467 for (i = 0; i < ubi->vtbl_slots; i++)
483 unregister_chrdev_region(ubi->cdev.dev, ubi->vtbl_slots + 1);
501 unregister_chrdev_region(ubi->cdev.dev, ubi->vtbl_slots + 1);
513 for (i = from; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
538 ubi_free_volumes_from(ubi, ubi->vtbl_slots);
1036 ubi->vtbl_slots);