Home
last modified time | relevance | path

Searched refs:ubi_volume (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/mtd/ubi/
A Dubi.h314 struct ubi_volume { struct
363 struct ubi_volume *vol; argument
539 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
811 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol);
812 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol);
815 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol,
835 int ubi_destroy_gluebi(struct ubi_volume *vol);
836 void ubi_gluebi_updated(struct ubi_volume *vol);
840 static inline int ubi_destroy_gluebi(struct ubi_volume *vol) in ubi_destroy_gluebi()
849 int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol,
[all …]
A Dkapi.c127 struct ubi_volume *vol; in ubi_open_volume()
334 struct ubi_volume *vol = desc->vol; in ubi_close_volume()
378 struct ubi_volume *vol = desc->vol; in leb_read_sanity_check()
432 struct ubi_volume *vol = desc->vol; in ubi_leb_read()
472 struct ubi_volume *vol = desc->vol; in ubi_leb_read_sg()
524 struct ubi_volume *vol = desc->vol; in ubi_leb_write()
569 struct ubi_volume *vol = desc->vol; in ubi_leb_change()
609 struct ubi_volume *vol = desc->vol; in ubi_leb_erase()
670 struct ubi_volume *vol = desc->vol; in ubi_leb_unmap()
706 struct ubi_volume *vol = desc->vol; in ubi_leb_map()
[all …]
A Dupd.c49 static int set_update_marker(struct ubi_device *ubi, struct ubi_volume *vol) in set_update_marker()
82 static int clear_update_marker(struct ubi_device *ubi, struct ubi_volume *vol, in clear_update_marker()
122 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_update()
176 int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_leb_change()
227 static int write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in write_leb()
273 int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_update_data()
393 int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_leb_change_data()
A Dvmt.c67 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_attribute_show()
136 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_release()
156 struct ubi_volume *vol; in ubi_create_volume()
163 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL); in ubi_create_volume()
365 struct ubi_volume *vol = desc->vol; in ubi_remove_volume()
437 struct ubi_volume *vol = desc->vol; in ubi_resize_volume()
569 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes()
593 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_add_volume()
639 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_free_volume()
659 const struct ubi_volume *vol; in self_check_volume()
A Dvtbl.c75 struct ubi_volume *layout_vol; in ubi_update_layout_vol()
138 struct ubi_volume *vol = re->desc->vol; in ubi_vtbl_rename_volumes()
537 struct ubi_volume *vol;
545 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
627 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
671 static int check_av(const struct ubi_volume *vol,
720 struct ubi_volume *vol;
A Deba.c319 int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_unmap_leb()
367 int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_read_leb()
494 int ubi_eba_read_leb_sg(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_read_leb_sg()
556 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb()
657 int ubi_eba_write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_write_leb()
790 int ubi_eba_write_leb_st(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_write_leb_st()
907 int ubi_eba_atomic_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_atomic_leb_change()
1060 struct ubi_volume *vol; in ubi_eba_copy_leb()
1299 struct ubi_volume *vol; in self_check_eba()
1391 struct ubi_volume *vol; in ubi_eba_init()
A Dmisc.c55 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume()
A Ddebug.h57 void ubi_dump_vol_info(const struct ubi_volume *vol);
A Ddebug.c99 void ubi_dump_vol_info(const struct ubi_volume *vol) in ubi_dump_vol_info()
A Dbuild.c184 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify()
821 struct ubi_volume *vol = ubi->volumes[vol_id]; in autoresize()
A Dfastmap.c1118 struct ubi_volume *vol; in ubi_write_fastmap()
/u-boot/drivers/misc/
A Dfs_loader.c144 char *storage_interface, *dev_part, *ubi_mtdpart, *ubi_volume; in fw_get_filesystem_firmware() local
150 ubi_volume = env_get("fw_ubi_volume"); in fw_get_filesystem_firmware()
154 } else if (storage_interface && ubi_mtdpart && ubi_volume) { in fw_get_filesystem_firmware()
155 ret = mount_ubifs(ubi_mtdpart, ubi_volume); in fw_get_filesystem_firmware()
/u-boot/cmd/
A Dubi.c87 static int ubi_check_volumename(const struct ubi_volume *vol, char *name) in ubi_check_volumename()
185 static struct ubi_volume *ubi_find_volume(char *volume) in ubi_find_volume()
187 struct ubi_volume *vol = NULL; in ubi_find_volume()
203 struct ubi_volume *vol; in ubi_remove_vol()
256 struct ubi_volume *vol; in ubi_rename_vol()
295 struct ubi_volume *vol; in ubi_volume_continue_write()
332 struct ubi_volume *vol; in ubi_volume_begin_write()
363 struct ubi_volume *vol; in ubi_volume_read()
465 struct ubi_volume *vol; in ubi_set_skip_check()

Completed in 31 milliseconds