Lines Matching full:volumes
33 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
51 * UBI volumes re-name
54 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
126 * Block devices on UBI volumes
158 /* Re-name volumes */
200 /* Maximum amount of UBI volumes that can be re-named at one go */
219 * eraseblocks on dynamic volumes
287 * This structure is used by user-space programs when creating new volumes. The
288 * @used_bytes field is only necessary when creating static volumes.
322 * Re-sizing is possible for both dynamic and static volumes. But while dynamic
323 * volumes may be re-sized arbitrarily, static volumes cannot be made to be
334 * struct ubi_rnvol_req - volumes re-name request.
335 * @count: count of volumes to re-name
342 * UBI allows to re-name up to %32 volumes at one go. The count of volumes to
343 * re-name is specified in the @count field. The ID of the volumes to re-name
347 * happen, the volumes will have either old name or new name. So the possible
348 * use-cases of this command is atomic upgrade. Indeed, to upgrade, say, volumes
349 * A and B one may create temporary volumes %A1 and %B1 with the new contents,