Home
last modified time | relevance | path

Searched refs:leb_count (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mtd/ubi/
Dvtbl.c592 if (!av || !av->leb_count) { in init_volumes()
604 if (av->leb_count != av->used_ebs) { in init_volumes()
610 av->vol_id, av->used_ebs - av->leb_count); in init_volumes()
677 if (av->leb_count > vol->reserved_pebs) { in check_av()
814 if (av->leb_count > UBI_LAYOUT_VOLUME_EBS) { in ubi_read_volume_table()
817 av->leb_count); in ubi_read_volume_table()
Dattach.c201 if (av->leb_count != 0) { in validate_vid_hdr()
286 av->highest_lnum = av->leb_count = 0; in add_volume()
591 av->leb_count += 1; in ubi_add_to_av()
1518 int leb_count = 0; in self_check_ai() local
1530 av->leb_count < 0 || av->vol_type < 0 || av->used_ebs < 0 || in self_check_ai()
1564 leb_count += 1; in self_check_ai()
1607 if (av->leb_count != leb_count) { in self_check_ai()
1609 leb_count); in self_check_ai()
Dfastmap.c205 av->highest_lnum = av->leb_count = av->used_ebs = 0; in add_vol()
255 av->leb_count++; in assign_aeb_to_av()
350 av->leb_count++; in update_vol()
432 av->leb_count--; in unmap_peb()
Ddebug.c175 pr_err("\tleb_count %d\n", av->leb_count); in ubi_dump_av()
Dubi.h684 int leb_count; member