Crate fidl_fuchsia_hardware_block_volume_common

Source

Structs§

VolumeDestroyResponse
VolumeExtendRequest
VolumeExtendResponse
VolumeGetVolumeInfoResponse
VolumeInfo
VolumeManagerActivateRequest
VolumeManagerActivateResponse
VolumeManagerAllocatePartitionRequest
VolumeManagerAllocatePartitionResponse
VolumeManagerGetInfoResponse
VolumeManagerGetPartitionLimitRequest
VolumeManagerGetPartitionLimitResponse
VolumeManagerInfo
VolumeManagerInfo describes the properties of the volume manager and not each individual volume.
VolumeManagerSetPartitionLimitRequest
VolumeManagerSetPartitionLimitResponse
VolumeManagerSetPartitionNameRequest
VolumeQuerySlicesRequest
VolumeQuerySlicesResponse
VolumeShrinkRequest
VolumeShrinkResponse
VsliceRange
VsliceRange describes a range of virtual slices: start, length, and allocated status.

Constants§

ALLOCATE_PARTITION_FLAG_INACTIVE
Indicates that the partition should be created as inactive, implying that it will be destroyed on reboot (unless activated by a call to “Activate”).
MAX_SLICE_REQUESTS
An arbitrary cap on the number of slices which may be requested when querying for allocation information from a volume.