Searched defs:write_blocks (Results 1 – 6 of 6) sorted by relevance
54 pub fn write_blocks(&self, lba: u64, buffer: &mut [u8]) -> EfiResult<()> { in write_blocks() method
32 EfiStatus (*write_blocks)(EfiBlockIoProtocol* self, uint32_t media_id, uint64_t lba, member
109 fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<(), BlockIoError> { in write_blocks() method132 unsafe fn write_blocks( in write_blocks() method
72 unsafe fn write_blocks( in write_blocks() method157 fn write_blocks( in write_blocks() method
245 fn write_blocks( in write_blocks() method
85 fn write_blocks( in write_blocks() method