Lines Matching refs:ubi_volume
58 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_attribute_show()
120 struct ubi_volume *vol = container_of(dev, struct ubi_volume, dev); in vol_release()
127 static struct fwnode_handle *find_volume_fwnode(struct ubi_volume *vol) in find_volume_fwnode()
166 struct ubi_volume *vol; in ubi_create_volume()
173 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL); in ubi_create_volume()
361 struct ubi_volume *vol = desc->vol; in ubi_remove_volume()
446 struct ubi_volume *vol = desc->vol; in ubi_resize_volume()
594 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes()
618 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_add_volume()
663 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_free_volume()
683 const struct ubi_volume *vol; in self_check_volume()