Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/ubi/
Dvtbl.c589 if (!av || !av->leb_count) { in init_volumes()
601 if (av->leb_count != av->used_ebs) { in init_volumes()
607 av->vol_id, av->used_ebs - av->leb_count); in init_volumes()
674 if (av->leb_count > vol->reserved_pebs) { in check_av()
811 if (av->leb_count > UBI_LAYOUT_VOLUME_EBS) { in ubi_read_volume_table()
814 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()
1520 int leb_count = 0; in self_check_ai() local
1532 av->leb_count < 0 || av->vol_type < 0 || av->used_ebs < 0 || in self_check_ai()
1566 leb_count += 1; in self_check_ai()
1609 if (av->leb_count != leb_count) { in self_check_ai()
1611 leb_count); in self_check_ai()
Dfastmap.c203 av->highest_lnum = av->leb_count = av->used_ebs = 0; in add_vol()
253 av->leb_count++; in assign_aeb_to_av()
348 av->leb_count++; in update_vol()
430 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