Lines Matching refs:vtbl_slots
194 for (i = 0; i < ubi->vtbl_slots; i++) {
369 ret = sprintf(buf, "%d\n", ubi->vtbl_slots);
416 for (i = 0; i < ubi->vtbl_slots; i++)
445 * number and ubi->vtbl_slots + 1 minor numbers.
447 err = alloc_chrdev_region(&dev, 0, ubi->vtbl_slots + 1, ubi->ubi_name);
465 for (i = 0; i < ubi->vtbl_slots; i++)
481 unregister_chrdev_region(ubi->cdev.dev, ubi->vtbl_slots + 1);
499 unregister_chrdev_region(ubi->cdev.dev, ubi->vtbl_slots + 1);
511 for (i = from; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) {
536 ubi_free_volumes_from(ubi, ubi->vtbl_slots);
1030 ubi->vtbl_slots);