Crate fidl_fuchsia_hardware_block_common

Source

Structs§

BlockGetInfoResponse
BlockGetStatsRequest
BlockGetStatsResponse
BlockInfo
BlockOffsetMapping
Describes a re-mapping of a block range. See OffsetMap. Note that all fields are in blocks, not bytes.
BlockStats
Returns stats about the block device on the provided buffer. If clear is true, the operation counters will be cleared.
Flag
FtlFormatResponse
OffsetMapQueryRequest
OffsetMapQueryResponse
OperationStats
Helper struct to track device requests grouped by successful versus failed requests.
RequestStats
Stats captured for specific block requests. Unless specified otherwise, time units are in nanoseconds and data transferred is in bytes
SessionAttachVmoResponse
VmoId

Constants§

MAPPINGS_BATCH_SIZE
MAX_TRANSFER_UNBOUNDED
The maximum value for a transfer size, identifying that there effectively exists no maximum for a single operation.
VMOID_INVALID
Value reserved for “invalid” VmoId. Will never be allocated by the server, and may be utilized as a local value for an unallocated ID.