Searched defs:write_block (Results 1 – 2 of 2) sorted by relevance
79 pub fn write_block(&mut self, index: usize, blk: &[u8]) -> Result<()> { in write_block() method146 fn write_block(&mut self, index: usize, blk: &[u8]) -> Result<()> { in write_block() method
256 auto write_block = static_cast<WriteBlock*>(transfer->user_data); in write_cb() local