Lines Matching full:volumes
313 * @corrupted: %1 if the volume is corrupted (static volumes only)
323 * Since UBI protects only static volumes, this field is not relevant to
324 * dynamic volumes - it is user's responsibility to assure their data
443 * @vol_count: number of volumes in this UBI device
444 * @volumes: volumes of this UBI device
445 * @volumes_lock: protects @volumes, @rsvd_pebs, @avail_pebs, beb_rsvd_pebs,
562 struct ubi_volume *volumes[UBI_MAX_VOLUMES+UBI_INT_VOL_COUNT]; member
698 * static volumes)
701 * size in case of dynamic volumes)
727 * @volumes: root of the volume RB-tree
732 * those belonging to "preserve"-compatible internal volumes)
742 * @vols_found: number of volumes found
762 struct rb_root volumes; member