class RemoteBlockDevice
Defined at line 25 of file ../../src/storage/lib/block_client/cpp/remote_block_device.h
A concrete implementation of |BlockDevice|.
This class is not movable or copyable.
Public Methods
RemoteBlockDevice & operator= (RemoteBlockDevice && )
Defined at line 30 of file ../../src/storage/lib/block_client/cpp/remote_block_device.h
void RemoteBlockDevice (RemoteBlockDevice && )
Defined at line 31 of file ../../src/storage/lib/block_client/cpp/remote_block_device.h
RemoteBlockDevice & operator= (const RemoteBlockDevice & )
Defined at line 32 of file ../../src/storage/lib/block_client/cpp/remote_block_device.h
void RemoteBlockDevice (const RemoteBlockDevice & )
Defined at line 33 of file ../../src/storage/lib/block_client/cpp/remote_block_device.h
zx::result<std::unique_ptr<RemoteBlockDevice>> Create (fidl::ClientEnd<fuchsia_storage_block::Block> device, fidl::ClientEnd<fuchsia_device::Controller> controller)
Defined at line 122 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t FifoTransaction (BlockFifoRequest * requests, size_t count)
Defined at line 16 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx::result<std::string> GetTopologicalPath ()
Defined at line 20 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx::result<> Rebind (std::string_view url_suffix)
Defined at line 32 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t BlockGetInfo (fuchsia_storage_block::wire::BlockInfo * out_info)
Defined at line 45 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t BlockAttachVmo (const zx::vmo & vmo, storage::Vmoid * out_vmoid)
Defined at line 59 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t VolumeGetInfo (fuchsia_storage_block::wire::VolumeManagerInfo * out_manager_info, fuchsia_storage_block::wire::VolumeInfo * out_volume_info)
Defined at line 68 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t VolumeQuerySlices (const uint64_t * slices, size_t slices_count, fuchsia_storage_block::wire::VsliceRange * out_ranges, size_t * out_ranges_count)
Defined at line 84 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t VolumeExtend (uint64_t offset, uint64_t length)
Defined at line 102 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
zx_status_t VolumeShrink (uint64_t offset, uint64_t length)
Defined at line 112 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc
fidl::ClientEnd<fuchsia_storage_block::Block> TakeDevice ()
Defined at line 247 of file ../../src/storage/lib/block_client/cpp/remote_block_device.cc