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 */
213 /* Maximum amount of UBI volumes that can be re-named at one go */
232 * eraseblocks on dynamic volumes
292 * open time. Only valid for static volumes and
314 * This structure is used by user-space programs when creating new volumes. The
315 * @used_bytes field is only necessary when creating static volumes.
349 * Re-sizing is possible for both dynamic and static volumes. But while dynamic
350 * volumes may be re-sized arbitrarily, static volumes cannot be made to be
361 * struct ubi_rnvol_req - volumes re-name request.
362 * @count: count of volumes to re-name
369 * UBI allows to re-name up to %32 volumes at one go. The count of volumes to
370 * re-name is specified in the @count field. The ID of the volumes to re-name
374 * happen, the volumes will have either old name or new name. So the possible
375 * use-cases of this command is atomic upgrade. Indeed, to upgrade, say, volumes
376 * A and B one may create temporary volumes %A1 and %B1 with the new contents,