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()
168 struct ubi_volume *vol; in ubi_create_volume()
175 vol = kzalloc(sizeof(struct ubi_volume), GFP_KERNEL); in ubi_create_volume()
363 struct ubi_volume *vol = desc->vol; in ubi_remove_volume()
448 struct ubi_volume *vol = desc->vol; in ubi_resize_volume()
596 struct ubi_volume *vol = re->desc->vol; in ubi_rename_volumes()
620 int ubi_add_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_add_volume()
665 void ubi_free_volume(struct ubi_device *ubi, struct ubi_volume *vol) in ubi_free_volume()
685 const struct ubi_volume *vol; in self_check_volume()