Lines Matching defs:Result
93 ) -> Result<()>; in read_blocks()
107 async fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<()>; in write_blocks()
125 ) -> Result<()> { in read_blocks()
129 async fn write_blocks(&mut self, blk_offset: u64, data: &mut [u8]) -> Result<()> { in write_blocks()
148 ) -> Result<()> { in read_blocks()
152 async fn write_blocks(&mut self, _: u64, _: &mut [u8]) -> Result<()> { in write_blocks()
266 ) -> Result<()> { in read()
280 pub async fn write(&mut self, offset: u64, data: &mut [u8]) -> Result<()> { in write()
302 ) -> Result<()> { in fill()
359 ) -> Result<()> { in update_gpt()
392 ) -> Result<()> { in read_gpt_partition()
416 ) -> Result<()> { in write_gpt_partition()