Searched refs:ubi_eba_table (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi.h359 struct ubi_eba_table *eba_tbl;
875 struct ubi_eba_table *ubi_eba_create_table(struct ubi_volume *vol,
877 void ubi_eba_destroy_table(struct ubi_eba_table *tbl);
878 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst,
880 void ubi_eba_replace_table(struct ubi_volume *vol, struct ubi_eba_table *tbl);
H A Deba.c49 * struct ubi_eba_table - LEB -> PEB association information
56 struct ubi_eba_table { struct
120 struct ubi_eba_table *ubi_eba_create_table(struct ubi_volume *vol,
123 struct ubi_eba_table *tbl;
153 void ubi_eba_destroy_table(struct ubi_eba_table *tbl)
170 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst,
173 struct ubi_eba_table *src;
191 void ubi_eba_replace_table(struct ubi_volume *vol, struct ubi_eba_table *tbl)
1641 struct ubi_eba_table *tbl;
H A Dvmt.c168 struct ubi_eba_table *eba_tbl = NULL;
449 struct ubi_eba_table *new_eba_tbl = NULL;
450 struct ubi_eba_table *old_eba_tbl = NULL;

Completed in 260 milliseconds