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()
201 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
233 struct ubi_ainf_volume *av) in assign_aeb_to_av()
272 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol()
371 struct ubi_ainf_volume *av, *tmp_av = NULL; in process_pool_aeb()
385 tmp_av = rb_entry(parent, struct ubi_ainf_volume, rb); in process_pool_aeb()
420 struct ubi_ainf_volume *av; in unmap_peb()
425 av = rb_entry(node, struct ubi_ainf_volume, rb); in unmap_peb()
571 struct ubi_ainf_volume *av; in count_fastmap_pebs()
602 struct ubi_ainf_volume *av; in ubi_attach_fastmap()