Home
last modified time | relevance | path

Searched refs:UBI_INT_VOL_COUNT (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/mtd/ubi/
H A Dvtbl.c725 if (ai->vols_found > UBI_INT_VOL_COUNT + ubi->vtbl_slots) { in check_attaching_info()
727 ai->vols_found, UBI_INT_VOL_COUNT, ubi->vtbl_slots); in check_attaching_info()
731 if (ai->highest_vol_id >= ubi->vtbl_slots + UBI_INT_VOL_COUNT && in check_attaching_info()
738 for (i = 0; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) { in check_attaching_info()
H A Dubi-media.h288 #define UBI_INT_VOL_COUNT 1 macro
H A Dbuild.c369 ret = sprintf(buf, "%d\n", ubi->vol_count - UBI_INT_VOL_COUNT); in dev_attribute_show()
519 for (i = from; i < ubi->vtbl_slots + UBI_INT_VOL_COUNT; i++) { in ubi_free_volumes_from()
1044 ubi->vol_count - UBI_INT_VOL_COUNT, UBI_INT_VOL_COUNT, in ubi_attach_mtd_dev()
H A Deba.c1537 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in self_check_eba()
1639 num_volumes = ubi->vtbl_slots + UBI_INT_VOL_COUNT; in ubi_eba_init()
H A Dubi.h561 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
H A Dfastmap.c90 (UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT)) + in ubi_calc_fm_size()
1291 for (i = 0; i < UBI_MAX_VOLUMES + UBI_INT_VOL_COUNT; i++) { in ubi_write_fastmap()