Searched defs:blk (Results 1 – 3 of 3) sorted by relevance
608 let mut blk = TestDisk::new_ram_alloc(512, 512, disk).unwrap(); in test_writeback() localVariable643 let mut blk = TestDisk::new_ram_alloc(512, 512, disk).unwrap(); in test_writeback_with_cursor() localVariable
219 let mut blk = self.disk.try_borrow_mut().map_err(|_| Error::NotReady)?; in sync_gpt() localVariable242 let mut blk = self.disk.try_borrow_mut().map_err(|_| Error::NotReady)?; in update_gpt() localVariable618 let blk = raw_disk(c"raw", raw); in test_write_sparse() localVariable
170 let blk = &self.disks[id]; in get_var_block_device() localVariable