Home
last modified time | relevance | path

Searched defs:flush_blocks (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_block_device.c124 static efi_status_t EFIAPI flush_blocks(struct efi_block_io *this) in flush_blocks() function
/external/crosvm/qcow/src/
Drefcount.rs155 pub fn flush_blocks(&mut self, raw_file: &mut QcowRawFile) -> io::Result<()> { in flush_blocks() method