Searched refs:leb_count (Results 1 – 5 of 5) sorted by relevance
590 if (!av || !av->leb_count) {602 if (av->leb_count != av->used_ebs) {608 av->vol_id, av->used_ebs - av->leb_count);674 if (av->leb_count > vol->reserved_pebs) {811 if (av->leb_count > UBI_LAYOUT_VOLUME_EBS) {814 av->leb_count);
197 if (av->leb_count != 0) { in validate_vid_hdr()282 av->highest_lnum = av->leb_count = 0; in add_volume()587 av->leb_count += 1; in ubi_add_to_av()1515 int leb_count = 0; in self_check_ai() local1527 av->leb_count < 0 || av->vol_type < 0 || av->used_ebs < 0 || in self_check_ai()1561 leb_count += 1; in self_check_ai()1604 if (av->leb_count != leb_count) { in self_check_ai()1606 leb_count); in self_check_ai()
207 av->highest_lnum = av->leb_count = av->used_ebs = 0; in add_vol()257 av->leb_count++; in assign_aeb_to_av()352 av->leb_count++; in update_vol()434 av->leb_count--; in unmap_peb()
166 pr_err("\tleb_count %d\n", av->leb_count); in ubi_dump_av()
685 int leb_count; member