Searched refs:UBI_MAX_VOL_LEBS (Results 1 – 2 of 2) sorted by relevance
30 #define UBI_MAX_VOL_LEBS CONFIG_SPL_UBI_MAX_VOL_LEBS macro34 #define UBI_VOL_BM_SIZE ((UBI_MAX_VOL_LEBS / BITS_PER_LONG) + 1)45 u32 lebs_to_pebs[UBI_MAX_VOL_LEBS];
133 if (lnum >= UBI_MAX_VOL_LEBS) { in ubi_add_peb_to_vol()134 ubi_warn("Vol: %u LEB %d > %d", vol_id, lnum, UBI_MAX_VOL_LEBS); in ubi_add_peb_to_vol()