Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dvtbl.c590 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);
H A Dattach.c197 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() local
1527 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()
H A Dfastmap.c207 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()
H A Ddebug.c166 pr_err("\tleb_count %d\n", av->leb_count); in ubi_dump_av()
H A Dubi.h685 int leb_count; member