Searched refs:sync (Results 1 – 6 of 6) sorted by relevance
341 pub fn sync(mut self) -> Result<()> { in sync() method347 self.dev.sync()?; in do_sync()420 pub fn sync(&mut self) -> Result<()> { in sync() method559 self.write_scoped(offset, data)?.sync() in write_blocking()564 self.read_scoped(offset, out)?.sync() in read_blocking()571 self.sync().unwrap(); in drop()652 blk_ex.sync().unwrap(); in test_read()677 blk_ex.sync().unwrap(); in test_write()714 blk_ex.sync().unwrap(); in test_abort()725 blk_ex.sync().unwrap(); in test_abort()
174 sync(); in WriteBufferToPartition()226 sync(); in WriteBufferToPartition()
238 sync(); in copy_logs()
22 sync::atomic::{AtomicU64, Ordering},
35 adb sync data
154 sync(); // For good measure. in FinishRecovery()