Skip to main content

SYS_VOLUME_WRITE

Constant SYS_VOLUME_WRITE 

Source
pub const SYS_VOLUME_WRITE: usize = 421; // 421usize
Expand description

Write data to a block device volume.

  • handle: volume capability handle
  • offset: byte offset into the volume
  • buf_ptr: pointer to the data buffer
  • buf_len: number of bytes to write

Returns the number of bytes written.