Lines Matching full:volumes
45 * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character
63 * UBI volumes re-name
66 * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
160 /* Re-name volumes */
198 /* Maximum amount of UBI volumes that can be re-named at one go */
217 * eraseblocks on dynamic volumes
285 * This structure is used by user-space programs when creating new volumes. The
286 * @used_bytes field is only necessary when creating static volumes.
320 * Re-sizing is possible for both dynamic and static volumes. But while dynamic
321 * volumes may be re-sized arbitrarily, static volumes cannot be made to be
332 * struct ubi_rnvol_req - volumes re-name request.
333 * @count: count of volumes to re-name
340 * UBI allows to re-name up to %32 volumes at one go. The count of volumes to
341 * re-name is specified in the @count field. The ID of the volumes to re-name
345 * happen, the volumes will have either old name or new name. So the possible
346 * use-cases of this command is atomic upgrade. Indeed, to upgrade, say, volumes
347 * A and B one may create temporary volumes %A1 and %B1 with the new contents,