Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dvtbl.c589 if (!av || !av->leb_count) {
601 if (av->leb_count != av->used_ebs) {
607 av->vol_id, av->used_ebs - av->leb_count);
673 if (av->leb_count > vol->reserved_pebs) {
810 if (av->leb_count > UBI_LAYOUT_VOLUME_EBS) {
813 av->leb_count);
Dattach.c196 if (av->leb_count != 0) { in validate_vid_hdr()
281 av->highest_lnum = av->leb_count = 0; in add_volume()
586 av->leb_count += 1; in ubi_add_to_av()
1514 int leb_count = 0; in self_check_ai() local
1526 av->leb_count < 0 || av->vol_type < 0 || av->used_ebs < 0 || in self_check_ai()
1560 leb_count += 1; in self_check_ai()
1603 if (av->leb_count != leb_count) { in self_check_ai()
1605 leb_count); in self_check_ai()
Dfastmap.c206 av->highest_lnum = av->leb_count = av->used_ebs = 0; in add_vol()
256 av->leb_count++; in assign_aeb_to_av()
351 av->leb_count++; in update_vol()
433 av->leb_count--; in unmap_peb()
Ddebug.c165 pr_err("\tleb_count %d\n", av->leb_count); in ubi_dump_av()
Dubi.h684 int leb_count; member