MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / alignment

Method alignment

block/src/qcow_async.rs:250–252  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

248 }
249
250 fn alignment(&self) -> u64 {
251 self.io_alignment
252 }
253
254 fn submit_batch_requests(&mut self, batch_request: &[BatchRequest]) -> AsyncIoResult<()> {
255 let (submitter, mut sq, _) = self.io_uring.split();

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected