Lines Matching refs:ubi_ainf_volume
182 static struct ubi_ainf_volume *add_vol(struct ubi_attach_info *ai, int vol_id, in add_vol()
186 struct ubi_ainf_volume *av; in add_vol()
191 av = rb_entry(parent, struct ubi_ainf_volume, rb); in add_vol()
199 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
231 struct ubi_ainf_volume *av) in assign_aeb_to_av()
270 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol()
369 struct ubi_ainf_volume *av, *tmp_av = NULL; in process_pool_aeb()
383 tmp_av = rb_entry(parent, struct ubi_ainf_volume, rb); in process_pool_aeb()
418 struct ubi_ainf_volume *av; in unmap_peb()
423 av = rb_entry(node, struct ubi_ainf_volume, rb); in unmap_peb()
569 struct ubi_ainf_volume *av; in count_fastmap_pebs()
600 struct ubi_ainf_volume *av; in ubi_attach_fastmap()