Searched refs:ubi_eba_copy_table (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | vmt.c | 460 ubi_eba_copy_table(vol, new_eba_tbl, vol->reserved_pebs); in ubi_resize_volume() 477 ubi_eba_copy_table(vol, new_eba_tbl, reserved_pebs); in ubi_resize_volume() 520 ubi_eba_copy_table(vol, old_eba_tbl, vol->reserved_pebs); in ubi_resize_volume() 522 ubi_eba_copy_table(vol, old_eba_tbl, reserved_pebs); in ubi_resize_volume()
|
H A D | ubi.h | 880 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst,
|
H A D | eba.c | 167 * ubi_eba_copy_table - copy the EBA table attached to vol into another table 174 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst, in ubi_eba_copy_table() function
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | vmt.c | 458 ubi_eba_copy_table(vol, new_eba_tbl, vol->reserved_pebs); in ubi_resize_volume() 473 ubi_eba_copy_table(vol, new_eba_tbl, reserved_pebs); in ubi_resize_volume()
|
H A D | ubi.h | 878 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst,
|
H A D | eba.c | 166 * ubi_eba_copy_table - copy the EBA table attached to vol into another table 173 void ubi_eba_copy_table(struct ubi_volume *vol, struct ubi_eba_table *dst, in ubi_eba_copy_table() function
|
Completed in 13 milliseconds