Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi.h312 struct ubi_volume { struct
360 struct ubi_volume *vol; argument
536 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT];
808 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol);
809 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol);
812 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol,
814 int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol,
816 int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol,
818 int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol,
831 int ubi_create_gluebi(struct ubi_device *ubi, struct ubi_volume *vol);
[all …]
H A Dkapi.c75 void ubi_do_get_volume_info(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_do_get_volume_info()
127 struct ubi_volume *vol; in ubi_open_volume()
266 struct ubi_volume *vol = ubi->volumes[i]; in ubi_open_volume_nm()
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()
[all …]
H A Dupd.c48 static int set_update_marker(struct ubi_device *ubi, struct ubi_volume *vol) in set_update_marker()
81 static int clear_update_marker(struct ubi_device *ubi, struct ubi_volume *vol, in clear_update_marker()
121 int ubi_start_update(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_update()
175 int ubi_start_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_start_leb_change()
226 static int write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in write_leb()
272 int ubi_more_update_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_update_data()
392 int ubi_more_leb_change_data(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_more_leb_change_data()
H A Dvmt.c66 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_attribute_show()
135 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_release()
155 struct ubi_volume *vol; in ubi_create_volume()
162 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL); in ubi_create_volume()
357 struct ubi_volume *vol = desc->vol; in ubi_remove_volume()
429 struct ubi_volume *vol = desc->vol; in ubi_resize_volume()
561 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes()
585 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_add_volume()
631 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_free_volume()
651 const struct ubi_volume *vol; in self_check_volume()
H A Dvtbl.c72 struct ubi_volume *layout_vol; in ubi_update_layout_vol()
135 struct ubi_volume *vol = re->desc->vol; in ubi_vtbl_rename_volumes()
534 struct ubi_volume *vol;
542 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
621 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL);
665 static int check_av(const struct ubi_volume *vol,
714 struct ubi_volume *vol;
H A Deba.c317 int ubi_eba_unmap_leb(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_unmap_leb()
365 int ubi_eba_read_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_read_leb()
492 int ubi_eba_read_leb_sg(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_read_leb_sg()
554 struct ubi_volume *vol = ubi->volumes[idx]; in recover_peb()
655 int ubi_eba_write_leb(struct ubi_device *ubi, struct ubi_volume *vol, int lnum, in ubi_eba_write_leb()
788 int ubi_eba_write_leb_st(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_write_leb_st()
905 int ubi_eba_atomic_leb_change(struct ubi_device *ubi, struct ubi_volume *vol, in ubi_eba_atomic_leb_change()
1058 struct ubi_volume *vol; in ubi_eba_copy_leb()
1297 struct ubi_volume *vol; in self_check_eba()
1389 struct ubi_volume *vol; in ubi_eba_init()
H A Dmisc.c54 struct ubi_volume *vol = ubi->volumes[vol_id]; in ubi_check_volume()
H A Ddebug.h53 void ubi_dump_vol_info(const struct ubi_volume *vol);
H A Dbuild.c183 int ubi_volume_notify(struct ubi_device *ubi, struct ubi_volume *vol, int ntype) in ubi_volume_notify()
820 struct ubi_volume *vol = ubi->volumes[vol_id]; in autoresize()
H A Ddebug.c98 void ubi_dump_vol_info(const struct ubi_volume *vol) in ubi_dump_vol_info()
H A Dfastmap.c1114 struct ubi_volume *vol; in ubi_write_fastmap()
/rk3399_rockchip-uboot/cmd/
H A 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()