Home | History | Annotate | Download | only in ubi

Lines Matching refs:vtbl_slots

438  * @vtbl_slots: how many slots are available in the volume table
547 int vtbl_slots;
1102 return vol_id - UBI_INTERNAL_VOL_START + ubi->vtbl_slots;
1114 if (idx >= ubi->vtbl_slots)
1115 return idx - ubi->vtbl_slots + UBI_INTERNAL_VOL_START;