morpheus_network::mainloop::bare_metal

Function buffer_disk_write

Source
unsafe fn buffer_disk_write(
    blk_driver: &mut VirtioBlkDriver,
    data: &[u8],
) -> usize
Expand description

Add data to the disk write buffer. Automatically flushes when buffer is full. Returns the number of bytes consumed from the input.