Lines Matching full:volumes
30 * information about how much data static volumes contain.
66 * ubi_update_layout_vol - helper for updatting layout volumes on flash
74 layout_vol = ubi->volumes[vol_id2idx(ubi, UBI_LAYOUT_VOLUME_ID)]; in ubi_update_layout_vol()
119 * ubi_vtbl_rename_volumes - rename UBI volumes in the volume table.
123 * This function re-names multiple volumes specified in @req in the volume
268 ubi_err(ubi, "volumes %d and %d have the same name \"%s\"",
518 * init_volumes - initialize volume information for existing volumes.
523 * This function allocates volume description objects for existing volumes.
569 ubi_assert(!ubi->volumes[i]);
570 ubi->volumes[i] = vol;
587 /* Static volumes only */
637 ubi_assert(!ubi->volumes[i]);
638 ubi->volumes[vol_id2idx(ubi, vol->vol_id)] = vol;
716 ubi_err(ubi, "found %d volumes while attaching, maximum is %d + %d",
732 vol = ubi->volumes[i];
781 * The number of supported volumes is limited by the eraseblock size
845 kfree(ubi->volumes[i]);
846 ubi->volumes[i] = NULL;