Home
last modified time | relevance | path

Searched defs:ubi_attach_info (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Dubi.h724 struct ubi_attach_info { struct
725 struct rb_root volumes;
726 struct list_head corr;
727 struct list_head free;
728 struct list_head erase;
729 struct list_head alien;
730 int corr_peb_count;
731 int empty_peb_count;
732 int alien_peb_count;
733 int bad_peb_count;
[all …]
/external/u-boot/drivers/mtd/ubispl/
Dubispl.c277 struct ubi_attach_info { struct
282 struct ubi_attach_info *ai, in ubi_attach_fastmap() argument