Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
Dvtbl.c87 ubi_assert(idx >= 0 && idx < ubi->vtbl_slots); in ubi_change_vtbl_record()
180 for (i = 0; i < ubi->vtbl_slots; i++) { in vtbl_check()
266 for (i = 0; i < ubi->vtbl_slots - 1; i++) { in vtbl_check()
267 for (n = i + 1; n < ubi->vtbl_slots; n++) { in vtbl_check()
506 for (i = 0; i < ubi->vtbl_slots; i++) in create_empty_lvol()
540 for (i = 0; i < ubi->vtbl_slots; i++) { in init_volumes()
720 if (ai->vols_found > UBI_INT_VOL_COUNT + ubi->vtbl_slots) { in check_attaching_info()
722 ai->vols_found, UBI_INT_VOL_COUNT, ubi->vtbl_slots); in check_attaching_info()
726 if (ai->highest_vol_id >= ubi->vtbl_slots + UBI_INT_VOL_COUNT && in check_attaching_info()
732 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) { in check_attaching_info()
[all …]
Dbuild.c194 for (i = 0; i < ubi->vtbl_slots; i++) { in ubi_notify_all()
372 ret = sprintf(buf, "%d\n", ubi->vtbl_slots); in dev_attribute_show()
477 for (i = 0; i < ubi->vtbl_slots; i++) in kill_volumes()
516 err = alloc_chrdev_region(&dev, 0, ubi->vtbl_slots + 1, ubi->ubi_name); in uif_init()
537 for (i = 0; i < ubi->vtbl_slots; i++) in uif_init()
556 unregister_chrdev_region(ubi->cdev.dev, ubi->vtbl_slots + 1); in uif_init()
574 unregister_chrdev_region(ubi->cdev.dev, ubi->vtbl_slots + 1); in uif_close()
585 for (i = ubi->vtbl_slots; in ubi_free_internal_volumes()
586 i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) { in ubi_free_internal_volumes()
1028 ubi->vtbl_slots); in ubi_attach_mtd_dev()
Dkapi.c150 if (vol_id < 0 || vol_id >= ubi->vtbl_slots) { in ubi_open_volume()
263 for (i = 0; i < ubi->vtbl_slots; i++) { in ubi_open_volume_nm()
393 if (vol_id < 0 || vol_id >= ubi->vtbl_slots || lnum < 0 || in ubi_leb_read()
456 if (vol_id < 0 || vol_id >= ubi->vtbl_slots) in ubi_leb_write()
501 if (vol_id < 0 || vol_id >= ubi->vtbl_slots) in ubi_leb_change()
Dubi.h510 int vtbl_slots; member
982 return vol_id - UBI_INTERNAL_VOL_START + ubi->vtbl_slots; in vol_id2idx()
994 if (idx >= ubi->vtbl_slots) in idx2vol_id()
995 return idx - ubi->vtbl_slots + UBI_INTERNAL_VOL_START; in idx2vol_id()
Dvmt.c219 for (i = 0; i < ubi->vtbl_slots; i++) in ubi_create_volume()
245 for (i = 0; i < ubi->vtbl_slots; i++) in ubi_create_volume()
853 for (i = 0; i < ubi->vtbl_slots; i++) { in self_check_volumes()
Dcdev.c611 if ((req->vol_id < 0 || req->vol_id >= ubi->vtbl_slots) && in verify_mkvol_req()
665 if (req->vol_id < 0 || req->vol_id >= ubi->vtbl_slots) in verify_rsvol_req()
697 req->ents[i].vol_id >= ubi->vtbl_slots) in rename_volumes()
Deba.c1236 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1335 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()