Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dubi.h761 struct ubi_attach_info { struct
762 struct rb_root volumes;
763 struct list_head corr;
764 struct list_head free;
765 struct list_head erase;
766 struct list_head alien;
767 struct list_head fastmap;
768 int corr_peb_count;
769 int empty_peb_count;
770 int alien_peb_count;
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dubi.h725 struct ubi_attach_info { struct
726 struct rb_root volumes;
727 struct list_head corr;
728 struct list_head free;
729 struct list_head erase;
730 struct list_head alien;
731 int corr_peb_count;
732 int empty_peb_count;
733 int alien_peb_count;
734 int bad_peb_count;
[all …]
/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.c278 struct ubi_attach_info { struct
283 struct ubi_attach_info *ai, in ubi_attach_fastmap() argument