Home
last modified time | relevance | path

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

/drivers/mtd/ubi/
A Dvtbl.c596 if (!av || !av->leb_count) {
608 if (av->leb_count != av->used_ebs) {
614 av->vol_id, av->used_ebs - av->leb_count);
680 if (av->leb_count > vol->reserved_pebs) {
817 if (av->leb_count > UBI_LAYOUT_VOLUME_EBS) {
820 av->leb_count);
A 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()
A Dfastmap.c210 av->highest_lnum = av->leb_count = av->used_ebs = 0; in add_vol()
260 av->leb_count++; in assign_aeb_to_av()
355 av->leb_count++; in update_vol()
437 av->leb_count--; in unmap_peb()
A Ddebug.c169 pr_err("\tleb_count %d\n", av->leb_count); in ubi_dump_av()
A Dubi.h689 int leb_count; member

Completed in 18 milliseconds