Lines Matching refs:ubi_ainf_volume
187 static struct ubi_ainf_volume *add_vol(struct ubi_attach_info *ai, int vol_id, in add_vol()
191 struct ubi_ainf_volume *av; in add_vol()
196 av = rb_entry(parent, struct ubi_ainf_volume, rb); in add_vol()
206 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL); in add_vol()
238 struct ubi_ainf_volume *av) in assign_aeb_to_av()
277 struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, in update_vol()
376 struct ubi_ainf_volume *av, *tmp_av = NULL; in process_pool_aeb()
390 tmp_av = rb_entry(parent, struct ubi_ainf_volume, rb); in process_pool_aeb()
425 struct ubi_ainf_volume *av; in unmap_peb()
430 av = rb_entry(node, struct ubi_ainf_volume, rb); in unmap_peb()
582 struct ubi_ainf_volume *av; in count_fastmap_pebs()
611 struct ubi_ainf_volume *av; in ubi_attach_fastmap()