Lines Matching full:volumes
46 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
64 * UBI volumes re-name
67 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
139 * Block devices on UBI volumes
171 /* Re-name volumes */
218 /* Maximum amount of UBI volumes that can be re-named at one go */
237 * eraseblocks on dynamic volumes
305 * open time. Only valid for static volumes and
327 * This structure is used by user-space programs when creating new volumes. The
328 * @used_bytes field is only necessary when creating static volumes.
362 * Re-sizing is possible for both dynamic and static volumes. But while dynamic
363 * volumes may be re-sized arbitrarily, static volumes cannot be made to be
374 * struct ubi_rnvol_req - volumes re-name request.
375 * @count: count of volumes to re-name
382 * UBI allows to re-name up to %32 volumes at one go. The count of volumes to
383 * re-name is specified in the @count field. The ID of the volumes to re-name
387 * happen, the volumes will have either old name or new name. So the possible
388 * use-cases of this command is atomic upgrade. Indeed, to upgrade, say, volumes
389 * A and B one may create temporary volumes %A1 and %B1 with the new contents,