Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/ubi/
Dubi.h379 struct ubi_eba_table *eba_tbl;
888 struct ubi_eba_table *ubi_eba_create_table(struct ubi_volume *vol,
890 void ubi_eba_destroy_table(struct ubi_eba_table *tbl);
891 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst,
893 void ubi_eba_replace_table(struct ubi_volume *vol, struct ubi_eba_table *tbl);
Deba.c72 struct ubi_eba_table { struct
136 struct ubi_eba_table *ubi_eba_create_table(struct ubi_volume *vol, in ubi_eba_create_table()
139 struct ubi_eba_table *tbl; in ubi_eba_create_table()
170 void ubi_eba_destroy_table(struct ubi_eba_table *tbl) in ubi_eba_destroy_table()
187 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst, in ubi_eba_copy_table()
190 struct ubi_eba_table *src; in ubi_eba_copy_table()
208 void ubi_eba_replace_table(struct ubi_volume *vol, struct ubi_eba_table *tbl) in ubi_eba_replace_table()
1641 struct ubi_eba_table *tbl; in ubi_eba_init()
Dvmt.c162 struct ubi_eba_table *eba_tbl = NULL; in ubi_create_volume()
430 struct ubi_eba_table *new_eba_tbl = NULL; in ubi_resize_volume()