Searched defs:QcowFile (Results 1 – 1 of 1) sorted by relevance
422 pub struct QcowFile { struct423 inner: Mutex<QcowFileInner>, argument444 impl DiskFile for QcowFile {} argument446 impl DiskFlush for QcowFile { implementation454 impl QcowFile { impl456 pub fn from(mut file: File, params: DiskFileParams) -> Result<QcowFile> { in from()624 pub fn new(file: File, params: DiskFileParams, virtual_size: u64) -> Result<QcowFile> { in new()634 ) -> Result<QcowFile> { in new_from_backing()661 ) -> Result<QcowFile> { in new_from_header()1459 impl Drop for QcowFile { implementation[all …]