Lines Matching refs:ubi_ainf_volume
184 static struct ubi_ainf_volume *add_vol(struct ubi_attach_info *ai, int vol_id, in add_vol()
188 struct ubi_ainf_volume *av; in add_vol()
193 av = rb_entry(parent, struct ubi_ainf_volume, rb); in add_vol()
203 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
235 struct ubi_ainf_volume *av) in assign_aeb_to_av()
274 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol()
373 struct ubi_ainf_volume *av, *tmp_av = NULL; in process_pool_aeb()
387 tmp_av = rb_entry(parent, struct ubi_ainf_volume, rb); in process_pool_aeb()
422 struct ubi_ainf_volume *av; in unmap_peb()
427 av = rb_entry(node, struct ubi_ainf_volume, rb); in unmap_peb()
579 struct ubi_ainf_volume *av; in count_fastmap_pebs()
610 struct ubi_ainf_volume *av; in ubi_attach_fastmap()