Lines Matching refs:ubi_ainf_volume
117 static struct ubi_ainf_volume *add_vol(struct ubi_attach_info *ai, int vol_id, in add_vol()
121 struct ubi_ainf_volume *av; in add_vol()
126 av = rb_entry(parent, struct ubi_ainf_volume, rb); in add_vol()
134 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
165 struct ubi_ainf_volume *av) in assign_aeb_to_av()
204 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol()
303 struct ubi_ainf_volume *av, *tmp_av = NULL; in process_pool_aeb()
317 tmp_av = rb_entry(parent, struct ubi_ainf_volume, rb); in process_pool_aeb()
351 struct ubi_ainf_volume *av; in unmap_peb()
356 av = rb_entry(node, struct ubi_ainf_volume, rb); in unmap_peb()
507 struct ubi_ainf_volume *av; in count_fastmap_pebs()
538 struct ubi_ainf_volume *av; in ubi_attach_fastmap()