Skip to main content

Module fs

Module fs 

Source
Expand description

Filesystem-related protocol message payloads.

Structs§

FsData
A chunk of file data for streaming read/write operations.
FsEntryInfo
Metadata about a filesystem entry (wire format).
FsRequest
Request to perform a filesystem operation in the guest.
FsResponse
Terminal response for a filesystem operation.

Enums§

FsOp
A filesystem operation requested by the host.
FsResponseData
Data variants that can be included in a filesystem response.

Constants§

FS_CHUNK_SIZE
Maximum chunk size for streaming file data (3 MiB).