Namespaces
Enumerations
enum class BlockOpcode : uint8_t
| Name | Value | Comments |
|---|---|---|
| READ | 1u |
Performs a regular data read or write from the device. The operation may |
| WRITE | 2u |
Performs a regular data read or write from the device. The operation may |
| FLUSH | 3u |
Write any controller or device cached data to nonvolatile storage. |
| TRIM | 4u |
Instructs the device to invalidate a number of blocks, making them usable |
| CLOSE_VMO | 5u |
Detaches the VMO from the block device. |
The opcode used in FIFO requests.
Defined at line 17 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
enum class BlockIoFlag : uint32_t
| Name | Value | Comments |
|---|---|---|
| GROUP_ITEM | 1u |
Associate the following request with `group`. |
| GROUP_LAST | 2u |
Only respond after this request (and all previous within group) have |
| FORCE_ACCESS | 4u |
Mark this operation as "Force Unit Access" (FUA), indicating that |
| PRE_BARRIER | 8u |
Attaches a pre-barrier to a request. This will ensure that no request which was
NOTE: Barriers do NOT guarantee ordering of in-flight requests. Any request which the |
| DECOMPRESS_WITH_ZSTD | 16u |
If set, the request is to be decompressed. |
| INLINE_ENCRYPTION_ENABLED | 32u |
Use the `slot` and `dun` inline encryption (write) or decryption (read) parameters. |
Flags which may be attached to FIFO requests.
Defined at line 46 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
enum class DeviceFlag : uint32_t
| Name | Value | Comments |
|---|---|---|
| READONLY | 1u |
All writes to the block device will fail. |
| REMOVABLE | 2u |
The block device may be removed from the device during operation. |
| TRIM_SUPPORT | 8u |
The device provides trim support. |
| FUA_SUPPORT | 16u |
The device provides Force Unit Access (FUA) support.
If this bit is unset, and a request is sent with the FORCE_ACCESS option set, the device |
| ZSTD_DECOMPRESSION_SUPPORT | 32u |
The device provides zstd decompression support. |
| BARRIER_SUPPORT | 64u |
The device provides Barrier support.
If this bit is unset, and a request is sent with the PRE_BARRIER option set, the device |
Defined at line 154 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
enum class CreateVmoOptions : uint32_t
| Name | Value | Comments |
|---|---|---|
| SUPPLY_ZEROES_ON_ERROR | 1u |
If set, I/O errors during page faults supply zero-filled pages and assert |
Options for `MapperSession.CreateVmo`.
Defined at line 341 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
Records
-
class Block -
class BlockConnectMapperRequest -
class BlockDestroyResponse -
class BlockExtendRequest -
class BlockExtendResponse -
class BlockGetInstanceGuidResponse -
class BlockGetNameResponse -
class BlockGetTypeGuidResponse -
class BlockGetVolumeInfoResponse -
class BlockInfo -
class BlockOffsetMapping -
class BlockOpenSessionRequest -
class BlockOpenSessionWithOptionsRequest -
class BlockQuerySlicesRequest -
class BlockQuerySlicesResponse -
class BlockShrinkRequest -
class BlockShrinkResponse -
class Block_ConnectMapper_Response -
class Block_ConnectMapper_Result -
class Block_EventSender -
class Block_GetInfo_Response -
class Block_GetInfo_Result -
class Block_GetMetadata_Result -
class Block_Proxy -
class Block_RequestDecoder -
class Block_RequestEncoder -
class Block_ResponseDecoder -
class Block_ResponseEncoder -
class Block_Stub -
class Block_Sync -
class Block_SyncProxy -
class Guid -
class Mapper -
class MapperOpenSessionRequest -
class MapperSession -
class MapperSessionCreateVmoRequest -
class MapperSessionOpenChildSessionRequest -
class MapperSession_CreateVmo_Response -
class MapperSession_CreateVmo_Result -
class MapperSession_EventSender -
class MapperSession_OpenChildSession_Response -
class MapperSession_OpenChildSession_Result -
class MapperSession_Proxy -
class MapperSession_RequestDecoder -
class MapperSession_RequestEncoder -
class MapperSession_ResponseDecoder -
class MapperSession_ResponseEncoder -
class MapperSession_Stub -
class MapperSession_Sync -
class MapperSession_SyncProxy -
class Mapper_EventSender -
class Mapper_OpenSession_Response -
class Mapper_OpenSession_Result -
class Mapper_Proxy -
class Mapper_RequestDecoder -
class Mapper_RequestEncoder -
class Mapper_ResponseDecoder -
class Mapper_ResponseEncoder -
class Mapper_Stub -
class Mapper_Sync -
class Mapper_SyncProxy -
class PartitionInfo -
class Session -
class SessionAttachVmoRequest -
class Session_AttachVmo_Response -
class Session_AttachVmo_Result -
class Session_EventSender -
class Session_GetFifo_Response -
class Session_GetFifo_Result -
class Session_Proxy -
class Session_RequestDecoder -
class Session_RequestEncoder -
class Session_ResponseDecoder -
class Session_ResponseEncoder -
class Session_Stub -
class Session_Sync -
class Session_SyncProxy -
class VmoId -
class VolumeInfo -
class VolumeManager -
class VolumeManagerActivateRequest -
class VolumeManagerActivateResponse -
class VolumeManagerAllocatePartitionRequest -
class VolumeManagerAllocatePartitionResponse -
class VolumeManagerGetInfoResponse -
class VolumeManagerGetPartitionLimitRequest -
class VolumeManagerGetPartitionLimitResponse -
class VolumeManagerInfo -
class VolumeManagerSetPartitionLimitRequest -
class VolumeManagerSetPartitionLimitResponse -
class VolumeManagerSetPartitionNameRequest -
class VolumeManager_EventSender -
class VolumeManager_Proxy -
class VolumeManager_RequestDecoder -
class VolumeManager_RequestEncoder -
class VolumeManager_ResponseDecoder -
class VolumeManager_ResponseEncoder -
class VolumeManager_SetPartitionName_Response -
class VolumeManager_SetPartitionName_Result -
class VolumeManager_Stub -
class VolumeManager_Sync -
class VolumeManager_SyncProxy -
class VsliceRange
Functions
-
zx_status_t Clone (::fuchsia::storage::block::BlockOpcode value, ::fuchsia::storage::block::BlockOpcode * result)Defined at line 39 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag operator| (::fuchsia::storage::block::BlockIoFlag _lhs, ::fuchsia::storage::block::BlockIoFlag _rhs)Defined at line 80 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag & operator|= (::fuchsia::storage::block::BlockIoFlag & _lhs, ::fuchsia::storage::block::BlockIoFlag _rhs)Defined at line 85 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag operator& (::fuchsia::storage::block::BlockIoFlag _lhs, ::fuchsia::storage::block::BlockIoFlag _rhs)Defined at line 91 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag & operator&= (::fuchsia::storage::block::BlockIoFlag & _lhs, ::fuchsia::storage::block::BlockIoFlag _rhs)Defined at line 97 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag operator^ (::fuchsia::storage::block::BlockIoFlag _lhs, ::fuchsia::storage::block::BlockIoFlag _rhs)Defined at line 103 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag & operator^= (::fuchsia::storage::block::BlockIoFlag & _lhs, ::fuchsia::storage::block::BlockIoFlag _rhs)Defined at line 109 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::BlockIoFlag operator~ (::fuchsia::storage::block::BlockIoFlag _value)Defined at line 115 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::storage::block::BlockIoFlag value, ::fuchsia::storage::block::BlockIoFlag * result)Defined at line 120 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag operator| (::fuchsia::storage::block::DeviceFlag _lhs, ::fuchsia::storage::block::DeviceFlag _rhs)Defined at line 187 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag & operator|= (::fuchsia::storage::block::DeviceFlag & _lhs, ::fuchsia::storage::block::DeviceFlag _rhs)Defined at line 192 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag operator& (::fuchsia::storage::block::DeviceFlag _lhs, ::fuchsia::storage::block::DeviceFlag _rhs)Defined at line 198 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag & operator&= (::fuchsia::storage::block::DeviceFlag & _lhs, ::fuchsia::storage::block::DeviceFlag _rhs)Defined at line 204 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag operator^ (::fuchsia::storage::block::DeviceFlag _lhs, ::fuchsia::storage::block::DeviceFlag _rhs)Defined at line 210 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag & operator^= (::fuchsia::storage::block::DeviceFlag & _lhs, ::fuchsia::storage::block::DeviceFlag _rhs)Defined at line 216 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::DeviceFlag operator~ (::fuchsia::storage::block::DeviceFlag _value)Defined at line 222 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::storage::block::DeviceFlag value, ::fuchsia::storage::block::DeviceFlag * result)Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions operator| (::fuchsia::storage::block::CreateVmoOptions _lhs, ::fuchsia::storage::block::CreateVmoOptions _rhs)Defined at line 350 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions & operator|= (::fuchsia::storage::block::CreateVmoOptions & _lhs, ::fuchsia::storage::block::CreateVmoOptions _rhs)Defined at line 355 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions operator& (::fuchsia::storage::block::CreateVmoOptions _lhs, ::fuchsia::storage::block::CreateVmoOptions _rhs)Defined at line 361 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions & operator&= (::fuchsia::storage::block::CreateVmoOptions & _lhs, ::fuchsia::storage::block::CreateVmoOptions _rhs)Defined at line 367 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions operator^ (::fuchsia::storage::block::CreateVmoOptions _lhs, ::fuchsia::storage::block::CreateVmoOptions _rhs)Defined at line 373 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions & operator^= (::fuchsia::storage::block::CreateVmoOptions & _lhs, ::fuchsia::storage::block::CreateVmoOptions _rhs)Defined at line 379 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
::fuchsia::storage::block::CreateVmoOptions operator~ (::fuchsia::storage::block::CreateVmoOptions _value)Defined at line 385 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (::fuchsia::storage::block::CreateVmoOptions value, ::fuchsia::storage::block::CreateVmoOptions * result)Defined at line 390 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Session_GetFifo_Response & _value, ::fuchsia::storage::block::Session_GetFifo_Response * _result)Defined at line 516 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Session_GetFifo_Result & value, ::fuchsia::storage::block::Session_GetFifo_Result * result)Defined at line 626 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::SessionAttachVmoRequest & _value, ::fuchsia::storage::block::SessionAttachVmoRequest * _result)Defined at line 647 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VmoId & _value, ::fuchsia::storage::block::VmoId * _result)Defined at line 670 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Session_AttachVmo_Response & _value, ::fuchsia::storage::block::Session_AttachVmo_Response * _result)Defined at line 701 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Session_AttachVmo_Result & value, ::fuchsia::storage::block::Session_AttachVmo_Result * result)Defined at line 811 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockInfo & _value, ::fuchsia::storage::block::BlockInfo * _result)Defined at line 903 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockOffsetMapping & _value, ::fuchsia::storage::block::BlockOffsetMapping * _result)Defined at line 929 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Guid & _value, ::fuchsia::storage::block::Guid * _result)Defined at line 956 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerInfo & _value, ::fuchsia::storage::block::VolumeManagerInfo * _result)Defined at line 1250 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeInfo & _value, ::fuchsia::storage::block::VolumeInfo * _result)Defined at line 1283 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerAllocatePartitionRequest & _value, ::fuchsia::storage::block::VolumeManagerAllocatePartitionRequest * _result)Defined at line 1316 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerAllocatePartitionResponse & _value, ::fuchsia::storage::block::VolumeManagerAllocatePartitionResponse * _result)Defined at line 1337 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerGetInfoResponse & _value, ::fuchsia::storage::block::VolumeManagerGetInfoResponse * _result)Defined at line 1360 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerActivateRequest & _value, ::fuchsia::storage::block::VolumeManagerActivateRequest * _result)Defined at line 1383 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerActivateResponse & _value, ::fuchsia::storage::block::VolumeManagerActivateResponse * _result)Defined at line 1404 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerGetPartitionLimitRequest & _value, ::fuchsia::storage::block::VolumeManagerGetPartitionLimitRequest * _result)Defined at line 1425 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerGetPartitionLimitResponse & _value, ::fuchsia::storage::block::VolumeManagerGetPartitionLimitResponse * _result)Defined at line 1448 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerSetPartitionLimitRequest & _value, ::fuchsia::storage::block::VolumeManagerSetPartitionLimitRequest * _result)Defined at line 1471 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerSetPartitionLimitResponse & _value, ::fuchsia::storage::block::VolumeManagerSetPartitionLimitResponse * _result)Defined at line 1492 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManagerSetPartitionNameRequest & _value, ::fuchsia::storage::block::VolumeManagerSetPartitionNameRequest * _result)Defined at line 1515 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManager_SetPartitionName_Response & _value, ::fuchsia::storage::block::VolumeManager_SetPartitionName_Response * _result)Defined at line 1545 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VolumeManager_SetPartitionName_Result & value, ::fuchsia::storage::block::VolumeManager_SetPartitionName_Result * result)Defined at line 1654 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::VsliceRange & _value, ::fuchsia::storage::block::VsliceRange * _result)Defined at line 1814 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Block_GetInfo_Response & _value, ::fuchsia::storage::block::Block_GetInfo_Response * _result)Defined at line 1845 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Block_GetInfo_Result & value, ::fuchsia::storage::block::Block_GetInfo_Result * result)Defined at line 1955 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockOpenSessionRequest & _value, ::fuchsia::storage::block::BlockOpenSessionRequest * _result)Defined at line 1978 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockOpenSessionWithOptionsRequest & _value, ::fuchsia::storage::block::BlockOpenSessionWithOptionsRequest * _result)Defined at line 2001 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockConnectMapperRequest & _value, ::fuchsia::storage::block::BlockConnectMapperRequest * _result)Defined at line 2022 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Block_ConnectMapper_Response & _value, ::fuchsia::storage::block::Block_ConnectMapper_Response * _result)Defined at line 2054 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Block_ConnectMapper_Result & value, ::fuchsia::storage::block::Block_ConnectMapper_Result * result)Defined at line 2163 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockGetTypeGuidResponse & _value, ::fuchsia::storage::block::BlockGetTypeGuidResponse * _result)Defined at line 2186 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockGetInstanceGuidResponse & _value, ::fuchsia::storage::block::BlockGetInstanceGuidResponse * _result)Defined at line 2209 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockGetNameResponse & _value, ::fuchsia::storage::block::BlockGetNameResponse * _result)Defined at line 2232 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Block_GetMetadata_Result & value, ::fuchsia::storage::block::Block_GetMetadata_Result * result)Defined at line 2342 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockQuerySlicesRequest & _value, ::fuchsia::storage::block::BlockQuerySlicesRequest * _result)Defined at line 2363 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockQuerySlicesResponse & _value, ::fuchsia::storage::block::BlockQuerySlicesResponse * _result)Defined at line 2388 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockGetVolumeInfoResponse & _value, ::fuchsia::storage::block::BlockGetVolumeInfoResponse * _result)Defined at line 2413 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockExtendRequest & _value, ::fuchsia::storage::block::BlockExtendRequest * _result)Defined at line 2436 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockExtendResponse & _value, ::fuchsia::storage::block::BlockExtendResponse * _result)Defined at line 2457 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockShrinkRequest & _value, ::fuchsia::storage::block::BlockShrinkRequest * _result)Defined at line 2480 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockShrinkResponse & _value, ::fuchsia::storage::block::BlockShrinkResponse * _result)Defined at line 2501 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::BlockDestroyResponse & _value, ::fuchsia::storage::block::BlockDestroyResponse * _result)Defined at line 2522 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperOpenSessionRequest & _value, ::fuchsia::storage::block::MapperOpenSessionRequest * _result)Defined at line 2760 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Mapper_OpenSession_Response & _value, ::fuchsia::storage::block::Mapper_OpenSession_Response * _result)Defined at line 2792 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::Mapper_OpenSession_Result & value, ::fuchsia::storage::block::Mapper_OpenSession_Result * result)Defined at line 2920 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperSessionCreateVmoRequest & _value, ::fuchsia::storage::block::MapperSessionCreateVmoRequest * _result)Defined at line 2996 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperSession_CreateVmo_Response & _value, ::fuchsia::storage::block::MapperSession_CreateVmo_Response * _result)Defined at line 3029 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperSession_CreateVmo_Result & value, ::fuchsia::storage::block::MapperSession_CreateVmo_Result * result)Defined at line 3158 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperSessionOpenChildSessionRequest & _value, ::fuchsia::storage::block::MapperSessionOpenChildSessionRequest * _result)Defined at line 3191 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperSession_OpenChildSession_Response & _value, ::fuchsia::storage::block::MapperSession_OpenChildSession_Response * _result)Defined at line 3223 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h
-
zx_status_t Clone (const ::fuchsia::storage::block::MapperSession_OpenChildSession_Result & value, ::fuchsia::storage::block::MapperSession_OpenChildSession_Result * result)Defined at line 3351 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/hlcpp/fuchsia/storage/block/cpp/fidl.h