Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/ubi/
Dubi.h311 struct ubi_volume { struct
359 struct ubi_volume *vol; argument
535 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
807 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol);
808 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol);
811 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol,
813 int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol,
815 int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol,
817 int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol,
830 int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol);
[all …]
Dkapi.c74 void ubi_do_get_volume_info(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_do_get_volume_info()
126 struct ubi_volume *vol; in ubi_open_volume()
265 struct ubi_volume *vol = ubi->volumes[i]; in ubi_open_volume_nm()
333 struct ubi_volume *vol = desc->vol; in ubi_close_volume()
377 struct ubi_volume *vol = desc->vol; in leb_read_sanity_check()
431 struct ubi_volume *vol = desc->vol; in ubi_leb_read()
471 struct ubi_volume *vol = desc->vol; in ubi_leb_read_sg()
523 struct ubi_volume *vol = desc->vol; in ubi_leb_write()
568 struct ubi_volume *vol = desc->vol; in ubi_leb_change()
608 struct ubi_volume *vol = desc->vol; in ubi_leb_erase()
[all …]
Dupd.c47 static int set_update_marker(struct ubi_device *ubi, struct ubi_volume *vol) in set_update_marker()
80 static int clear_update_marker(struct ubi_device *ubi, struct ubi_volume *vol, in clear_update_marker()
120 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_update()
174 int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_leb_change()
225 static int write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in write_leb()
271 int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_update_data()
391 int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_leb_change_data()
Dvmt.c65 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_attribute_show()
134 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_release()
154 struct ubi_volume *vol; in ubi_create_volume()
161 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL); in ubi_create_volume()
356 struct ubi_volume *vol = desc->vol; in ubi_remove_volume()
428 struct ubi_volume *vol = desc->vol; in ubi_resize_volume()
560 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes()
584 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_add_volume()
630 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_free_volume()
650 const struct ubi_volume *vol; in self_check_volume()
Dvtbl.c71 struct ubi_volume *layout_vol; in ubi_update_layout_vol()
134 struct ubi_volume *vol = re->desc->vol; in ubi_vtbl_rename_volumes()
533 struct ubi_volume *vol;
541 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
620 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
664 static int check_av(const struct ubi_volume *vol,
713 struct ubi_volume *vol;
Deba.c316 int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_unmap_leb()
364 int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_read_leb()
491 int ubi_eba_read_leb_sg(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_read_leb_sg()
553 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb()
654 int ubi_eba_write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_write_leb()
787 int ubi_eba_write_leb_st(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_write_leb_st()
904 int ubi_eba_atomic_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_atomic_leb_change()
1057 struct ubi_volume *vol; in ubi_eba_copy_leb()
1296 struct ubi_volume *vol; in self_check_eba()
1388 struct ubi_volume *vol; in ubi_eba_init()
Dmisc.c53 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume()
Ddebug.h47 void ubi_dump_vol_info(const struct ubi_volume *vol);
Dbuild.c182 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify()
819 struct ubi_volume *vol = ubi->volumes[vol_id]; in autoresize()
Ddebug.c97 void ubi_dump_vol_info(const struct ubi_volume *vol) in ubi_dump_vol_info()
Dfastmap.c1113 struct ubi_volume *vol; in ubi_write_fastmap()
/external/u-boot/cmd/
Dubi.c100 static int ubi_check_volumename(const struct ubi_volume *vol, char *name) in ubi_check_volumename()
195 static struct ubi_volume *ubi_find_volume(char *volume) in ubi_find_volume()
197 struct ubi_volume *vol = NULL; in ubi_find_volume()
213 struct ubi_volume *vol; in ubi_remove_vol()
267 struct ubi_volume *vol; in ubi_volume_continue_write()
304 struct ubi_volume *vol; in ubi_volume_begin_write()
335 struct ubi_volume *vol; in ubi_volume_read()