struct UnbufferedOperation
Defined at line 23 of file ../../zircon/system/ulib/storage/operation/include/storage/operation/unbuffered_operation.h
An operation paired with a source vmo.
Used to indicate a request to move in-memory data to an on-disk location,
or vice versa. To be transmitted to storage, the |vmo| must be later
converted to a "vmoid_t" object.
Clearly, this is a Fuchsia-only structure.
Public Members
unowned vmo
const void * data
Operation op