Lines Matching full:volumes
31 * information about how much data static volumes contain.
67 * ubi_update_layout_vol - helper for updatting layout volumes on flash
75 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol()
120 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table.
124 * This function re-names multiple volumes specified in @req in the volume
269 ubi_err(ubi, "volumes %d and %d have the same name \"%s\"",
519 * init_volumes - initialize volume information for existing volumes.
524 * This function allocates volume description objects for existing volumes.
570 ubi_assert(!ubi->volumes[i]);
571 ubi->volumes[i] = vol;
588 /* Static volumes only */
638 ubi_assert(!ubi->volumes[i]);
639 ubi->volumes[vol_id2idx(ubi, vol->vol_id)] = vol;
717 ubi_err(ubi, "found %d volumes while attaching, maximum is %d + %d",
733 vol = ubi->volumes[i];
782 * The number of supported volumes is limited by the eraseblock size
846 kfree(ubi->volumes[i]);
847 ubi->volumes[i] = NULL;