Home | History | Annotate | Download | only in linux

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 */
195 /* Maximum amount of UBI volumes that can be re-named at one go */
214 * eraseblocks on dynamic volumes
282 * This structure is used by user-space programs when creating new volumes. The
283 * @used_bytes field is only necessary when creating static volumes.
317 * Re-sizing is possible for both dynamic and static volumes. But while dynamic
318 * volumes may be re-sized arbitrarily, static volumes cannot be made to be
329 * struct ubi_rnvol_req - volumes re-name request.
330 * @count: count of volumes to re-name
337 * UBI allows to re-name up to %32 volumes at one go. The count of volumes to
338 * re-name is specified in the @count field. The ID of the volumes to re-name
342 * happen, the volumes will have either old name or new name. So the possible
343 * use-cases of this command is atomic upgrade. Indeed, to upgrade, say, volumes
344 * A and B one may create temporary volumes %A1 and %B1 with the new contents,