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