Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h681 struct ubi_ainf_volume { struct
682 int vol_id;
683 int highest_lnum;
684 int leb_count;
685 int vol_type;
686 int used_ebs;
687 int last_data_size;
688 int data_pad;
689 int compat;
690 struct rb_node rb;
[all …]
/openbmc/linux/drivers/mtd/ubi/
H A Dubi.h710 struct ubi_ainf_volume { struct
711 int vol_id;
712 int highest_lnum;
713 int leb_count;
714 int vol_type;
715 int used_ebs;
716 int last_data_size;
717 int data_pad;
718 int compat;
719 struct rb_node rb;
[all …]